Skip to content

Commit e9f1817

Browse files
committed
chore: testing whats wrong with travis
1 parent 4900ff6 commit e9f1817

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ after_success:
1818
- python travis_after_all.py
1919
- export $(cat .to_export_back) &> /dev/null
2020
- echo $TRAVIS_PULL_REQUEST
21-
- test $TRAVIS_PULL_REQUEST == "false" && npm run semantic-release
21+
- ls
22+
- test "$TRAVIS_PULL_REQUEST" == "false" && npm run semantic-release
2223
branches:
2324
only:
2425
- master

0 commit comments

Comments
 (0)