Skip to content

Commit

Permalink
.travis.yml - do not test on GHC 7.8.4 anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
stepcut committed Jun 23, 2016
1 parent d879b32 commit 31ad9ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -13,9 +13,6 @@ before_cache:

matrix:
include:
- env: CABALVER=1.18 GHCVER=7.8.4 HAPPYVER=1.19.5
compiler: ": #GHC 7.8.4"
addons: {apt: {packages: [cabal-install-1.18,ghc-7.8.4,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=1.22 GHCVER=7.10.3 HAPPYVER=1.19.5
compiler: ": #GHC 7.10.3"
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3,happy-1.19.5], sources: [hvr-ghc]}}
Expand Down

0 comments on commit 31ad9ca

Please sign in to comment.