Remove GHC 6.12.3

This commit is contained in:
Michael Snoyman 2016-02-16 09:49:11 +02:00
parent 28b95887f2
commit 2de9e74f1d

View File

@ -1,3 +1,6 @@
# Copy these contents into the root directory of your Github project in a file
# named .travis.yml
# Use new container infrastructure to enable caching
sudo: false
@ -25,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=6.12.3 CABALVER=1.16
compiler: ": #GHC 6.12.3"
addons: {apt: {packages: [cabal-install-1.16,ghc-6.12.3], sources: [hvr-ghc]}}
- env: BUILD=cabal GHCVER=7.0.4 CABALVER=1.16
compiler: ": #GHC 7.0.4"
addons: {apt: {packages: [cabal-install-1.16,ghc-7.0.4], sources: [hvr-ghc]}}