Skip to content

Commit

Permalink
Fix: Allow develop branch to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
forabi committed Jun 29, 2019
1 parent 4677204 commit be76640
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 @@ -13,6 +13,13 @@ jobs:
- provider: script
skip_cleanup: true
script: npx semantic-release
on:
branch: master
- provider: script
skip_cleanup: true
script: npx semantic-release
on:
branch: develop
- provider: pages
github-token: $GH_TOKEN
skip-cleanup: true
Expand Down

0 comments on commit be76640

Please sign in to comment.