Skip to content

Commit 4900ff6

Browse files
authored
Merge pull request #194 from BranchMetrics/chore/travis-deploy-master
chore: fix publishing releases on master builds
2 parents a7db984 + 646414c commit 4900ff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ after_success:
1717
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
1818
- python travis_after_all.py
1919
- export $(cat .to_export_back) &> /dev/null
20-
- test $TRAVIS_PULL_REQUEST = false \
21-
&& npm run semantic-release
20+
- echo $TRAVIS_PULL_REQUEST
21+
- test $TRAVIS_PULL_REQUEST == "false" && npm run semantic-release
2222
branches:
2323
only:
2424
- master

0 commit comments

Comments
 (0)