Skip to content

Commit 77d5520

Browse files
committed
Travis: build store by itself due to high memory usage
1 parent 1f2ddf1 commit 77d5520

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,12 @@ before_install:
7373

7474
install:
7575
- echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]"
76+
# Note: we build store by itself below due to high memory usage
7677
- case "$BUILD" in
7778
style)
7879
stack --system-ghc --no-terminal install hlint;;
7980
stack)
81+
stack --no-terminal build store;
8082
stack --no-terminal test --only-dependencies;;
8183
cabal)
8284
cabal --version;

0 commit comments

Comments
 (0)