Skip to content

Commit

Permalink
Run coveralls for master too
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarni committed Feb 21, 2015
1 parent a2f95f0 commit d824e7e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ script:
- ./test-docs.sh

after_script:
- |
if [ "$TRAVIS_PULL_REQUEST" -eq "$TRAVIS_PULL_REQUEST" ] 2>/dev/null ; then
cabal install hpc-coveralls
hpc-coveralls --exclude-dir=test spec
fi
- |
if [ "$TRAVIS_PULL_REQUEST" -eq "$TRAVIS_PULL_REQUEST" ] 2>/dev/null || [ "$TRAVIS_BRANCH" == "master" ] ; then
cabal install hpc-coveralls
hpc-coveralls --exclude-dir=test spec
fi
notifications:
Expand Down

0 comments on commit d824e7e

Please sign in to comment.