Skip to content

Commit 8c2c261

Browse files
solfujimura
authored andcommitted
Use -Werror on travis
1 parent 1f2131f commit 8c2c261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ before_script:
1111
- git config --global user.name "John Doe"
1212

1313
script:
14-
- cabal configure --enable-tests --enable-library-coverage && cabal build
14+
- cabal configure --enable-tests --enable-library-coverage --ghc-options=-Werror && cabal build
1515
- run-cabal-test spec --show-details=always
1616
- cabal test doctests
1717

0 commit comments

Comments
 (0)