From a2b88f4aba233d2459c123d11e913e26c8e021c0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 16 Oct 2016 09:06:39 +0300 Subject: [PATCH] Forgot "build" --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f678cf6..465299e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: