Update travis to build crucible without -Werror.

This commit is contained in:
Joe Hendrix 2019-04-26 10:42:45 -07:00
parent 2d12aea63b
commit 888c1abab6
No known key found for this signature in database
GPG Key ID: 8DFA5FF784098C4F

View File

@ -29,6 +29,8 @@ install:
# Here starts the actual work to be performed for the package under test;
# any command which exits with a non-zero exit code causes the build to fail.
script:
# Build crucible with no -Werror
- stack build crucible
# Build packages
- stack build --ghc-options="-Wall -Werror"
# Run tests