Skip to content

Commit

Permalink
Merge pull request #122 from czosel/travis-release-on-next
Browse files Browse the repository at this point in the history
chore(travis): run semantic release only on "next" branch
  • Loading branch information
czosel committed Apr 21, 2019
2 parents 7dbb914 + 2719d12 commit dc4fde2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -54,6 +54,7 @@ jobs:
- env: EMBER_TRY_SCENARIO=ember-default-with-jquery

- stage: release
if: branch = next and type = push
script: skip
deploy:
provider: script
Expand Down

0 comments on commit dc4fde2

Please sign in to comment.