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.
2 parents a7db984 + 646414c commit 4900ff6Copy full SHA for 4900ff6
.travis.yml
@@ -17,8 +17,8 @@ after_success:
17
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
18
- python travis_after_all.py
19
- export $(cat .to_export_back) &> /dev/null
20
- - test $TRAVIS_PULL_REQUEST = false \
21
- && npm run semantic-release
+ - echo $TRAVIS_PULL_REQUEST
+ - test $TRAVIS_PULL_REQUEST == "false" && npm run semantic-release
22
branches:
23
only:
24
- master
0 commit comments