Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit c2d9cbc

Browse files
committed
fix(travis-ci): helps if you get the shell syntax right...
1 parent d6d631b commit c2d9cbc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ install:
2626
- stack ${ARGS} setup --no-terminal
2727

2828
script:
29-
- case "$COVER" of
30-
true)
31-
stack ${ARGS} test --coverage --no-terminal
32-
./coverage.sh
33-
;;
34-
*)
35-
stack ${ARGS} test --test-arguments='--plain'
36-
;;
29+
- case "$COVER" in
30+
true)
31+
stack ${ARGS} test --coverage --no-terminal;
32+
./coverage.sh;
33+
;;
34+
*)
35+
stack ${ARGS} test --test-arguments='--plain'
36+
;;
3737
esac
3838

3939
deploy:

0 commit comments

Comments
 (0)