Enable coveralls
This commit is contained in:
parent
7f7ab2c804
commit
fb71eb8f01
2 changed files with 6 additions and 1 deletions
|
@ -4,12 +4,16 @@ ghc:
|
|||
- 7.8
|
||||
|
||||
script:
|
||||
- cabal configure --enable-tests && cabal build && cabal test
|
||||
- cabal configure --enable-tests --enable-library-coverage && cabal build && cabal test
|
||||
- cabal check
|
||||
- cabal sdist
|
||||
- cabal install doctest
|
||||
- ./test-docs.sh
|
||||
|
||||
after_script:
|
||||
- cabal install hpc-coveralls
|
||||
- hpc-coveralls --exclude-dir=test spec
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# servant
|
||||
|
||||
[](http://travis-ci.org/haskell-servant/servant)
|
||||
[](https://coveralls.io/r/haskell-servant/servant)
|
||||
|
||||

|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue