Travis build: remove 6.12; add -v2 to dependencies install.

This commit is contained in:
John MacFarlane 2014-04-09 12:18:57 -07:00
parent 4152ca33e4
commit cf66f10e0c

View file

@ -2,7 +2,7 @@
# 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:
- GHCVER=6.12.3
# - GHCVER=6.12.3
- GHCVER=7.4.2
- GHCVER=7.6.3
- GHCVER=7.8.1 # see note about Alex/Happy
@ -24,7 +24,7 @@ install:
fi
- cabal-1.18 install hsb2hs
- git clone https://github.com/jgm/pandoc-types && cd pandoc-types && cabal-1.18 install && cd ..
- cabal-1.18 install --only-dependencies --enable-tests
- cabal-1.18 install --only-dependencies --enable-tests -v2
# Here starts the actual work to be performed for the package under test; any command which exits with a non-zero exit code causes the build to fail.
script: