hapistrano/.travis.yml
2014-06-04 09:48:59 -05:00

10 lines
227 B
YAML

language: haskell
ghc:
- 7.6
script:
- cabal configure
- cabal build # this builds all libraries and executables
- cabal check # check for warnings
- cabal sdist # tests that a source-distribution can be generated