Skip to content

Commit e66273e

Browse files
committed
Fix travis build
1 parent 40820da commit e66273e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ install:
3131

3232
script:
3333
- autoreconf -i
34-
- cabal configure -v2
34+
- cabal configure
3535
- cabal build
3636
- cabal check || [ "$CABALVER" == "1.16" ]
3737
- cabal sdist

0 commit comments

Comments
 (0)