Skip to content

Commit

Permalink
Unbreak version test.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenpanne committed Nov 27, 2013
1 parent 6ad8a9c commit 8fe5cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ script:
- cabal-1.18 install --enable-documentation
- cabal-1.18 sdist
- ghc-pkg list
- test "$GHCVER" \> "7.1" && cabal-1.18 install random
- if test "$GHCVER" \> "7.1"; then cabal-1.18 install random; fi
- make -j2 -C examples

0 comments on commit 8fe5cd1

Please sign in to comment.