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 8cbd99e commit 8d08413Copy full SHA for 8d08413
.travis.yml
@@ -4,7 +4,7 @@ cache:
4
directories:
5
- node_modules
6
notifications:
7
- email: false
+ email: true
8
node_js:
9
- "6"
10
- "5"
@@ -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