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 e8cd41e commit d82abbdCopy full SHA for d82abbd
.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
- - bash <(curl -s https://codecov.io/bash)
28
- - npm run semantic-release
+ - if [[ "$TRAVIS_JOB_NUMBER" == *.1 ]]; then bash <(curl -s https://codecov.io/bash); fi
+ - if [[ "$TRAVIS_JOB_NUMBER" == *.1 ]]; then npm run semantic-release; fi
29
branches:
30
only:
31
- master
0 commit comments