Skip to content

Commit

Permalink
Doesn't work with GHC 7.0/7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed May 10, 2016
1 parent b96aa41 commit e40502d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ before_cache:

matrix:
include:
- env: CABALVER=1.18 GHCVER=7.0.4
compiler: ": #GHC 7.0.4"
addons: {apt: {packages: [cabal-install-1.18,ghc-7.0.4], sources: [hvr-ghc]}}
- env: CABALVER=1.18 GHCVER=7.2.2
compiler: ": #GHC 7.2.2"
addons: {apt: {packages: [cabal-install-1.18,ghc-7.2.2], sources: [hvr-ghc]}}
- env: CABALVER=1.18 GHCVER=7.4.2
compiler: ": #GHC 7.4.2"
addons: {apt: {packages: [cabal-install-1.18,ghc-7.4.2], sources: [hvr-ghc]}}
Expand All @@ -39,8 +33,6 @@ matrix:
addons: {apt: {packages: [cabal-install-head,ghc-head], sources: [hvr-ghc]}}

allow_failures:
- env: CABALVER=1.18 GHCVER=7.0.4
- env: CABALVER=1.18 GHCVER=7.2.2
- env: CABALVER=head GHCVER=head

before_install:
Expand Down

0 comments on commit e40502d

Please sign in to comment.