Turn on Werror on travis.

This commit is contained in:
Julian K. Arni 2015-09-23 12:05:49 +02:00
parent a1dc0561a3
commit b50e9128c1

View File

@ -19,7 +19,7 @@ install:
script:
- stack setup
- stack build
- stack build --pedantic
- stack test
cache: