Skip to content

Commit

Permalink
fix: ci only release from master
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Henriksen committed Nov 22, 2017
1 parent 0bd6783 commit 0b21e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ stages:

script:
- npm test
- npm run semantic-release
- if [ "$TRAVIS_BRANCH" == "master" ]; then npm run semantic-release; fi

branches:
except:
Expand Down

0 comments on commit 0b21e9c

Please sign in to comment.