Skip to content

Commit

Permalink
chore: start npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Fetz committed May 17, 2018
1 parent 9d9284b commit 787d6a4
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,16 @@ before_script:
after_success:
- yarn report-coverage
deploy:
provider: pages
skip-cleanup: true
keep-history: true
github-token: $GH_TOKEN
local-dir: src/www
on:
branch: master
- provider: pages
skip-cleanup: true
keep-history: true
github-token: $GH_TOKEN
local-dir: src/www
on:
branch: master
- provider: script
skip-cleanup: true
script:
- yarn semantic-release
on:
branch: master

0 comments on commit 787d6a4

Please sign in to comment.