Tweak .travis.yml

This commit is contained in:
Christian Marie 2015-01-29 11:18:16 +11:00
parent 12d0d0a6e7
commit 2a91686195

View file

@ -3,8 +3,11 @@ language: haskell
ghc: ghc:
- 7.8 - 7.8
after_success: script:
- sudo apt-get -y install doctest - cabal configure --enable-tests && cabal build && cabal test
- cabal check
- cabal sdist
- cabal install doctest
- ./test-docs.sh - ./test-docs.sh
notifications: notifications: