Check compilation with nightly

This commit is contained in:
patrick brisbin 2017-12-13 08:28:28 -05:00
parent 7c228694ce
commit afbc113cd8

View File

@ -15,3 +15,8 @@ dependencies:
test:
override:
- stack test
# Check compilation with nightly. If this proves problematic, add || true
# after to not fail the build.
- stack setup --resolver nightly
- stack build --resolver nightly --pedantic --test --no-run-tests