Remove 7.6 build from .travis.yaml
We are dropping support for ghc < 7.8
This commit is contained in:
parent
99d5d1c5c7
commit
8701899b52
1 changed files with 0 additions and 3 deletions
|
@ -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]}}
|
||||
|
|
Loading…
Reference in a new issue