aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files 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: