diff --git a/.travis.yml b/.travis.yml index 13cc3fc..1c1c8c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ stages: script: - npm test - - npm run semantic-release + - if [ "$TRAVIS_BRANCH" == "master" ]; then npm run semantic-release; fi branches: except: