diff --git a/.travis.yml b/.travis.yml index c020680..7a65dd2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,8 @@ script: - npm run test:prod && npm run build after_success: - npm run report-coverage - - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run deploy-gh-pages; fi - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run semantic-release; fi + - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run deploy-gh-pages; fi branches: except: - /^v\d+\.\d+\.\d+$/ \ No newline at end of file