Build store by itself

This commit is contained in:
Michael Snoyman 2017-07-14 15:44:59 +03:00
parent 1d85cac3a2
commit e79c2f0c1f
No known key found for this signature in database
GPG Key ID: A048E8C057E86876

View File

@ -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: