Skip to content

Commit

Permalink
Merge pull request #195 from BranchMetrics/chore/travis-fix
Browse files Browse the repository at this point in the history
Chore/travis fix
  • Loading branch information
amit-bansil authored Aug 10, 2016
2 parents 4900ff6 + 3faaa45 commit 4f6fec3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
.installed
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ after_success:
- python travis_after_all.py
- export $(cat .to_export_back) &> /dev/null
- echo $TRAVIS_PULL_REQUEST
- test $TRAVIS_PULL_REQUEST == "false" && npm run semantic-release
- ls
- test "$TRAVIS_PULL_REQUEST" == "false" && npm run semantic-release
branches:
only:
- master

0 comments on commit 4f6fec3

Please sign in to comment.