Skip to content

Commit

Permalink
Added gh-pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
hmagarotto committed May 29, 2019
1 parent 007e42b commit 0ef7053
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ script:
- npm run lint
- npm test
- npm run build
deploy:
provider: pages
skip_cleanup: true
github_token: $GH_TOKEN
local_dir: web_deploy
on:
branch: master

0 comments on commit 0ef7053

Please sign in to comment.