Build on Travis with GHC 8.2.1

Builds with 8.0.2 were timing out, and maybe this will help.
This commit is contained in:
Aaron Tomb 2017-07-27 12:08:05 -07:00
parent 2fb706a44c
commit 520ff9183a

View File

@ -5,12 +5,12 @@ language: c
matrix:
include:
- env: CABALVER="1.24" GHCVER="8.0.2"
compiler: ": #GHC 8.0.2"
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2], sources: [hvr-ghc]}}
- env: CABALVER="1.24" GHCVER="8.2.1"
compiler: ": #GHC 8.2.1"
addons: {apt: {packages: [cabal-install-1.24,ghc-8.2.1], sources: [hvr-ghc]}}
- os: osx
env: CABALVER="1.24" GHCVER="8.0.2"
compiler: ": #GHC 8.0.2"
env: CABALVER="1.24" GHCVER="8.2.1"
compiler: ": #GHC 8.2.1"
before_install:
- if [[ $TRAVIS_OS_NAME == 'linux' ]];