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 4900ff6 + 3faaa45 commit 4f6fec3Copy full SHA for 4f6fec3
.npmignore
@@ -0,0 +1,2 @@
1
+node_modules
2
+.installed
.travis.yml
@@ -18,7 +18,8 @@ after_success:
18
- python travis_after_all.py
19
- export $(cat .to_export_back) &> /dev/null
20
- echo $TRAVIS_PULL_REQUEST
21
- - test $TRAVIS_PULL_REQUEST == "false" && npm run semantic-release
+ - ls
22
+ - test "$TRAVIS_PULL_REQUEST" == "false" && npm run semantic-release
23
branches:
24
only:
25
- master
0 commit comments