Skip to content

Commit

Permalink
Travis: build store by itself due to high memory usage
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Jul 20, 2017
1 parent 0de4002 commit 91e6997
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ script:
hlint test/ --cpp-simple --hint=HLint.hs;
stack --system-ghc --no-terminal build --pedantic;;
stack)
stack --no-terminal build --haddock --no-haddock-deps store; # Build alone due to high memory usage
stack --no-terminal test --haddock --no-haddock-deps --ghc-options="-Werror";;
cabal)
cabal configure --enable-tests --enable-benchmarks -v2 --ghc-options="-O0 -Werror";
Expand Down

0 comments on commit 91e6997

Please sign in to comment.