hapistrano/.travis.yml

12 lines
243 B
YAML
Raw Normal View History

2014-06-04 18:48:59 +04:00
language: haskell
ghc:
2015-03-09 23:01:46 +03:00
- 7.4
2014-06-04 18:48:59 +04:00
- 7.6
2015-03-09 23:01:46 +03:00
- 7.8
2014-06-04 18:48:59 +04:00
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