Skip to content

Commit

Permalink
chore: add travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijithvijayan committed Nov 16, 2019
1 parent 003ff81 commit 4fada60
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: node_js
cache:
directories:
- ~/.npm
node_js:
- 12
git:
depth: 3
script:
- yarn run build
deploy:
provider: pages
skip-cleanup: true
keep-history: true
github-token: $GITHUB_TOKEN
local-dir: extension
target-branch: extension
on:
branch: master

0 comments on commit 4fada60

Please sign in to comment.