Run coveralls for master too
This commit is contained in:
parent
a2f95f04c4
commit
d824e7ed3c
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue