diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-02-07 21:17:53 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-02-07 21:17:53 -0800 |
commit | 6a6392d3934b5ecb6e0efc516aa875463d52388a (patch) | |
tree | 68fc878f6ed38520385fb021fae962ece8348545 | |
parent | 12962e2332ab667b2a7b59b5b05defa14437381b (diff) | |
download | pandoc-6a6392d3934b5ecb6e0efc516aa875463d52388a.tar.gz |
Travis: comment out ghc 7.10 until we have the dependencies.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 26d4f51bb..7c579348f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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. |