aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2016-09-02 08:27:20 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2016-09-02 09:18:10 -0400
commit8701899b52a86c67c6080839ffdac2b3150f9dc3 (patch)
tree9afad30ccfef728319ac05681db1bb9f85d1299a /.travis.yml
parent99d5d1c5c73193952b41e168159cae77f73260e7 (diff)
downloadpandoc-8701899b52a86c67c6080839ffdac2b3150f9dc3.tar.gz
Remove 7.6 build from .travis.yaml
We are dropping support for ghc < 7.8
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 30395b8b2..37ea4fbb3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,9 +28,6 @@ matrix:
include:
# We grab the appropriate GHC and cabal-install versions from hvr's PPA. See:
# https://github.com/hvr/multi-ghc-travis
- - env: BUILD=cabal GHCVER=7.6.3 CABALVER=1.16
- compiler: ": #GHC 7.6.3"
- addons: {apt: {packages: [cabal-install-1.16,ghc-7.6.3], sources: [hvr-ghc]}}
- env: BUILD=cabal GHCVER=7.8.4 CABALVER=1.18
compiler: ": #GHC 7.8.4"
addons: {apt: {packages: [cabal-install-1.18,ghc-7.8.4], sources: [hvr-ghc]}}