From cf66f10e0cb7e52a2e1bf7542f1dfe1ce9c308a4 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 9 Apr 2014 12:18:57 -0700 Subject: [PATCH] Travis build: remove 6.12; add -v2 to dependencies install. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 463dc3ff3..6098d3284 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: