From e79c2f0c1fe2fa46b8f7994094d6eec21d1645b7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 14 Jul 2017 15:44:59 +0300 Subject: [PATCH] Build store by itself --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 465299e..e688fe3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,9 +32,10 @@ before_install: - travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack' install: -# Build dependencies. Start with just haskell-src-exts since it requires a lot -# of memory and we want it to build by itself. +# Build dependencies. Start with just haskell-src-exts and then store since +# they require a lot of memory and we want it to build by itself. - stack --no-terminal --install-ghc build haskell-src-exts +- stack --no-terminal --install-ghc build store - stack --no-terminal --install-ghc test --only-dependencies script: