From dbf7cf75f79a4c8184981727808586a3c8890362 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 16 Oct 2016 09:04:37 +0300 Subject: [PATCH] Travis: build haskell-src-exts on its own --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index da74684..f678cf6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,9 @@ 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 +# 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 test --only-dependencies script: