Skip to content

Commit 5132584

Browse files
committed
Another stab at Travis
1 parent 2aa57be commit 5132584

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ install:
8787
echo "stack is located at $(which stack)";
8888
stack --version;
8989
rm -f $(stack --stack-yaml=$STACK_YAML path --dist-dir)/stack-*.tar.gz &&
90+
stack --system-ghc --stack-yaml=$STACK_YAML build Cabal &&
9091
stack --system-ghc --stack-yaml=$STACK_YAML sdist --pvp-bounds=both &&
9192
tar xf $(stack --system-ghc --compiler=ghc-$GHCVER path --dist-dir)/stack-*.tar.gz --wildcards --strip-components=1 '*/stack.cabal' &&
9293
cabal install --only-dependencies --enable-tests --enable-benchmarks --force-reinstalls --ghc-options=-O0 --reorder-goals --max-backjumps=-1;;

0 commit comments

Comments
 (0)