Run coveralls for master too
This commit is contained in:
parent
a2f95f04c4
commit
d824e7ed3c
1 changed files with 5 additions and 5 deletions
|
@ -12,7 +12,7 @@ script:
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- |
|
- |
|
||||||
if [ "$TRAVIS_PULL_REQUEST" -eq "$TRAVIS_PULL_REQUEST" ] 2>/dev/null ; then
|
if [ "$TRAVIS_PULL_REQUEST" -eq "$TRAVIS_PULL_REQUEST" ] 2>/dev/null || [ "$TRAVIS_BRANCH" == "master" ] ; then
|
||||||
cabal install hpc-coveralls
|
cabal install hpc-coveralls
|
||||||
hpc-coveralls --exclude-dir=test spec
|
hpc-coveralls --exclude-dir=test spec
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue