We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2ddf1 commit 77d5520Copy full SHA for 77d5520
.travis.yml
@@ -73,10 +73,12 @@ before_install:
73
74
install:
75
- 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
77
- case "$BUILD" in
78
style)
79
stack --system-ghc --no-terminal install hlint;;
80
stack)
81
+ stack --no-terminal build store;
82
stack --no-terminal test --only-dependencies;;
83
cabal)
84
cabal --version;
0 commit comments