Skip to content

Commit

Permalink
Integrate with travis for auto deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
moshfeu committed Feb 7, 2019
1 parent 2313e04 commit 745486b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
node_js:
- "stable"
cache:
directories:
- node_modules
script:
- npm test
- npm run predeploy
deploy:
provider: pages
skip_cleanup: true
github_token: $github_token
local_dir: build
on:
branch: master

0 comments on commit 745486b

Please sign in to comment.