Skip to content

Commit

Permalink
travis: require success with GHC-7.10, test HEAD
Browse files Browse the repository at this point in the history
haddock is now available for GHC-7.10
  • Loading branch information
bergey committed Mar 31, 2015
1 parent c29766a commit 8273cdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -7,13 +7,13 @@ env:
- GHCVER=7.4.2 CABALVER=1.18
- GHCVER=7.6.3 CABALVER=1.18
- GHCVER=7.8.4 CABALVER=1.18
- GHCVER=7.10.1 SKIP_HADDOCK=true CABALVER=1.22
- GHCVER=7.10.1 CABALVER=1.22
- GHCVER=head CABALVER=head

matrix:
allow_failures:
- env:
- env: GHCVER=7.10.1 SKIP_HADDOCK=true CABALVER=1.22
- env: GHCVER=7.4.2 CABALVER=1.18
- env: GHCVER=head CABALVER=head

before_install:
- git clone http://github.com/diagrams/diagrams-travis travis
Expand Down

0 comments on commit 8273cdb

Please sign in to comment.