Skip to content

Commit cd6eae1

Browse files
authored
Merge pull request #71 from erikd/topic/travis
Fix travis build
2 parents 40820da + e66273e commit cd6eae1

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)