Remove Travis build for 7.2.* because failing.
This commit is contained in:
12
.travis.yml
12
.travis.yml
@ -25,12 +25,6 @@ matrix:
|
||||
- env: CABALVER=1.16 GHCVER=7.0.4
|
||||
compiler: ": #GHC 7.0.4"
|
||||
addons: {apt: {packages: [cabal-install-1.16,ghc-7.0.4,happy-1.19.5], sources: [hvr-ghc]}}
|
||||
- env: CABALVER=1.16 GHCVER=7.2.1
|
||||
compiler: ": #GHC 7.2.1"
|
||||
addons: {apt: {packages: [cabal-install-1.16,ghc-7.2.1,happy-1.19.5], sources: [hvr-ghc]}}
|
||||
- env: CABALVER=1.16 GHCVER=7.2.2
|
||||
compiler: ": #GHC 7.2.2"
|
||||
addons: {apt: {packages: [cabal-install-1.16,ghc-7.2.2,happy-1.19.5], sources: [hvr-ghc]}}
|
||||
- env: CABALVER=1.16 GHCVER=7.4.1
|
||||
compiler: ": #GHC 7.4.1"
|
||||
addons: {apt: {packages: [cabal-install-1.16,ghc-7.4.1,happy-1.19.5], sources: [hvr-ghc]}}
|
||||
@ -64,12 +58,6 @@ matrix:
|
||||
- env: CABALVER=1.22 GHCVER=7.10.2
|
||||
compiler: ": #GHC 7.10.2"
|
||||
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.2,happy-1.19.5], sources: [hvr-ghc]}}
|
||||
- env: CABALVER=head GHCVER=head
|
||||
compiler: ": #GHC head"
|
||||
addons: {apt: {packages: [cabal-install-head,ghc-head,happy-1.19.5], sources: [hvr-ghc]}}
|
||||
|
||||
allow_failures:
|
||||
- env: CABALVER=head GHCVER=head
|
||||
|
||||
before_install:
|
||||
- unset CC
|
||||
|
Reference in New Issue
Block a user