Tweak .travis.yml
This commit is contained in:
parent
12d0d0a6e7
commit
2a91686195
1 changed files with 5 additions and 2 deletions
|
@ -3,8 +3,11 @@ language: haskell
|
|||
ghc:
|
||||
- 7.8
|
||||
|
||||
after_success:
|
||||
- sudo apt-get -y install doctest
|
||||
script:
|
||||
- cabal configure --enable-tests && cabal build && cabal test
|
||||
- cabal check
|
||||
- cabal sdist
|
||||
- cabal install doctest
|
||||
- ./test-docs.sh
|
||||
|
||||
notifications:
|
||||
|
|
Loading…
Reference in a new issue