diff --git a/.travis.yml b/.travis.yml index c3cf475f..8fc704b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,9 @@ # The following enables several GHC versions to be tested; often it's enough to test only against the last release in a major GHC version. Feel free to omit lines listings versions you don't need/want testing for. env: - - CABALVER=1.20 GHCVER=7.6.3 + #- CABALVER=1.20 GHCVER=7.6.3 - CABALVER=1.20 GHCVER=7.8.4 - #- CABALVER=1.22 GHCVER=7.10.1 + - CABALVER=1.22 GHCVER=7.10.1 #- CABALVER=head GHCVER=head # see section about GHC HEAD snapshots # Note: the distinction between `before_install` and `install` is not important.