Test that binary build succeeds

Work around https://github.com/commercialhaskell/stack/issues/1846
This commit is contained in:
Joe Nelson
2016-02-29 14:25:34 -08:00
parent 4cd2475bf2
commit 088df7e6be
+2
View File
@@ -10,6 +10,8 @@ dependencies:
override:
- stack setup
- stack install hlint packdeps cabal-install
- rm -fr $(stack path --dist-dir)
- stack build
- stack build --test --no-run-tests
test: