Add missing stack setup in Travis

This commit is contained in:
Michael Snoyman 2015-06-17 18:31:01 +03:00
parent ab2590b8ba
commit 905b4ea83e

View file

@ -40,6 +40,7 @@ script:
- cabal sdist # tests that a source-distribution can be generated
- cd test/integration
- stack setup
- stack test
# Check that the resulting source distribution can be built & installed.