Travis: comment out ghc 7.10 until we have the dependencies.

This commit is contained in:
John MacFarlane 2015-02-07 21:17:53 -08:00
parent 12962e2332
commit 6a6392d393

View file

@ -6,7 +6,7 @@ env:
- CABALVER=1.16 GHCVER=7.4.2
- CABALVER=1.18 GHCVER=7.6.3
- CABALVER=1.18 GHCVER=7.8.4 # see note about Alex/Happy
- CABALVER=1.22 GHCVER=7.10.1
# - CABALVER=1.22 GHCVER=7.10.1
# - GHCVER=head # see section about GHC HEAD snapshots
# Note: the distinction between `before_install` and `install` is not important.