Use Werror on CI

This commit is contained in:
Joe Nelson
2015-05-21 00:18:03 -07:00
parent 4bbf053896
commit 988df54e53
2 changed files with 23 additions and 2 deletions
+6
View File
@@ -4,6 +4,12 @@ machine:
- createdb -O postgrest_test -U ubuntu postgrest_test
ghc:
version: 7.8.3
dependencies:
override:
- cabal update
- cabal sandbox init
- cabal install --upgrade-dependencies --constraint="template-haskell installed" --dependencies-only --enable-tests
- cabal configure --enable-tests -f ci
test:
post:
- cabal exec hlint -- -X QuasiQuotes src/**/*.hs test/**/*.hs