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

Commit c72a664

Browse files
committed
Fixed syntax error in travis file
1 parent 32e3203 commit c72a664

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ script:
2929
- cabal test
3030
- cabal check
3131
- cabal sdist
32-
33-
- SRC_TGZ=$(cabal info . | awk '{print $2;exit}').tar.gz &&
34-
(cd dist && cabal install --force-reinstalls "$SRC_TGZ")
32+
- SRC_TGZ=$(cabal info . | awk '{print $2;exit}').tar.gz &&
33+
(cd dist && cabal install --force-reinstalls "$SRC_TGZ")

0 commit comments

Comments
 (0)