Skip to content

Commit

Permalink
Removed pull request restriction for code coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
fkrauthan-hyperwallet committed May 20, 2016
1 parent 7617457 commit f2efdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ node_js:

after_success:
- if [ $TRAVIS_NODE_VERSION = 'stable' ] && [ $TRAVIS_BRANCH = 'master' ] && [ $TRAVIS_PULL_REQUEST = 'false' ]; then sh ./scripts/travisPublishDocs.sh; fi
- if [ $TRAVIS_NODE_VERSION = 'stable' ] && [ $TRAVIS_PULL_REQUEST = 'false' ]; then npm run coveralls; fi
- if [ $TRAVIS_NODE_VERSION = 'stable' ]; then npm run coveralls; fi

0 comments on commit f2efdf2

Please sign in to comment.