Skip to content

Commit

Permalink
Maintenance: Change .travis.yml to allow failures for GHC 8
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinrichApfelmus committed Feb 12, 2016
1 parent 8566e4b commit f92c3b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -24,6 +24,7 @@ matrix:
addons: {apt: {packages: [cabal-install-1.18,ghc-7.8.4], sources: [hvr-ghc]}}
- env: CABALVER=1.22 GHCVER=7.10.1
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.1], sources: [hvr-ghc]}}
allow_failures:
- env: CABALVER=1.24 GHCVER=8.0.1
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.1], sources: [hvr-ghc]}}

Expand Down

0 comments on commit f92c3b2

Please sign in to comment.