aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-04-09 12:18:57 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-04-09 12:18:57 -0700
commitcf66f10e0cb7e52a2e1bf7542f1dfe1ce9c308a4 (patch)
tree9e346cb04908ee68bb078f45cb9397b21c82969d
parent4152ca33e44c6b12de0a9e4785f926d5bcff15f3 (diff)
downloadpandoc-cf66f10e0cb7e52a2e1bf7542f1dfe1ce9c308a4.tar.gz
Travis build: remove 6.12; add -v2 to dependencies install.
-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: