Skip to content

Commit 417776f

Browse files
committed
Fix stack in travis.yml
1 parent 31a5242 commit 417776f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,7 @@ script:
4646
if [ -z "$STACK_YAML" ]; then
4747
cabal test all
4848
else
49-
stack test co-log-core --system-ghc
50-
stack test co-log --system-ghc
51-
stack test co-log-polysemy --system-ghc
52-
stack build co-log-benchmark --system-ghc
49+
stack test co-log-concurrent --system-ghc
5350
fi
5451
5552
notifications:

0 commit comments

Comments
 (0)