Skip to content

Commit 4f6fec3

Browse files
authored
Merge pull request #195 from BranchMetrics/chore/travis-fix
Chore/travis fix
2 parents 4900ff6 + 3faaa45 commit 4f6fec3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
.installed

.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)