Forgot "build"

This commit is contained in:
Michael Snoyman 2016-10-16 09:06:39 +03:00
parent dbf7cf75f7
commit a2b88f4aba

View File

@ -34,7 +34,7 @@ before_install:
install:
# Build dependencies. Start with just haskell-src-exts since it requires a lot
# of memory and we want it to build by itself.
- stack --no-terminal --install-ghc haskell-src-exts
- stack --no-terminal --install-ghc build haskell-src-exts
- stack --no-terminal --install-ghc test --only-dependencies
script: