mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-26 09:25:48 +00:00
Travis build: remove 6.12; add -v2 to dependencies install.
This commit is contained in:
+2
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user