Skip to content

Commit

Permalink
Don't test with GHC and Cabal HEAD on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Mar 2, 2017
1 parent 09c76fd commit 6552bbe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Expand Up @@ -10,11 +10,6 @@ matrix:
addons: {apt: {packages: [cabal-install-1.24,ghc-7.10.3],sources: [hvr-ghc]}}
- env: CABALVER=1.24 GHCVER=8.0.2
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2], sources: [hvr-ghc]}}
- env: CABALVER=head GHCVER=head
addons: {apt: {packages: [cabal-install-head,ghc-head], sources: [hvr-ghc]}}

allow_failures:
- env: CABALVER=head GHCVER=head

before_install:
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH
Expand Down

0 comments on commit 6552bbe

Please sign in to comment.