Skip to content

Commit

Permalink
travis: update build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai committed Jul 15, 2018
1 parent 51b51e6 commit 3dd2a53
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Expand Up @@ -22,9 +22,12 @@ matrix:
- env: CABALVER=1.24 GHCVER=8.0.2
compiler: ": #GHC 8.0.2"
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.0 GHCVER=8.2.1
compiler: ": #GHC 8.2.1"
addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.1,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.0 GHCVER=8.2.2
compiler: ": #GHC 8.2.2"
addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.2,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.0 GHCVER=8.4.3
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.0,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}

before_install:
- unset CC
Expand Down

0 comments on commit 3dd2a53

Please sign in to comment.