Skip to content

Commit

Permalink
Merge pull request #491 from yesodweb/allow-7.6-failure
Browse files Browse the repository at this point in the history
allow GHC 7.6 to fail
  • Loading branch information
gregwebs committed Oct 9, 2015
2 parents 4ce2bab + c5a7fb7 commit 23367fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,12 @@ matrix:
- env: GHCVER=7.8.4 CABALVER=1.18 BACKEND=zookeeper
- env: GHCVER=7.10.2 CABALVER=1.22 BACKEND=zookeeper

# 7.6.3. Probably aeson-extra needs to loosen a lower bounds
- env: GHCVER=7.6.3 CABALVER=1.18 BACKEND=none
- env: GHCVER=7.6.3 CABALVER=1.18 BACKEND=mongodb
- env: GHCVER=7.6.3 CABALVER=1.18 BACKEND=postgresql
- env: GHCVER=7.6.3 CABALVER=1.18 BACKEND=mysql

before_install:
- travis_retry /opt/cabal/$CABALVER/bin/cabal update

Expand Down

0 comments on commit 23367fb

Please sign in to comment.