Skip to content
Snippets Groups Projects
Commit cd6eae1d authored by Erik de Castro Lopo's avatar Erik de Castro Lopo Committed by GitHub
Browse files

Merge pull request #71 from erikd/topic/travis

Fix travis build
parents 40820da5 e66273e9
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ install: ...@@ -31,7 +31,7 @@ install:
script: script:
- autoreconf -i - autoreconf -i
- cabal configure -v2 - cabal configure
- cabal build - cabal build
- cabal check || [ "$CABALVER" == "1.16" ] - cabal check || [ "$CABALVER" == "1.16" ]
- cabal sdist - cabal sdist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment