We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d08413 commit edfae85Copy full SHA for edfae85
.travis.yml
@@ -24,8 +24,8 @@ after_success:
24
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
25
- python travis_after_all.py
26
- export $(cat .to_export_back) &> /dev/null
27
- - if [[ "$TRAVIS_JOB_NUMBER" == *.1 ]]; then bash <(curl -s https://codecov.io/bash); fi
28
- - if [[ "$TRAVIS_JOB_NUMBER" == *.1 ]]; then npm run semantic-release; fi
+ - if [[ "$TRAVIS_JOB_NUMBER" == *.1 && "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]]; then bash <(curl -s https://codecov.io/bash); fi
+ - if [[ "$TRAVIS_JOB_NUMBER" == *.1 && "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]]; then npm run semantic-release; fi
29
branches:
30
- only:
31
- - master
+ except:
+ - /^v\d+\.\d+\.\d+$/
0 commit comments