.travis.yml: test with GHC 8.6.1

This commit is contained in:
Albert Krewinkel 2018-10-27 20:35:21 +02:00
parent ebb35e613c
commit b088af559a
No known key found for this signature in database
GPG key ID: 388DC0B21F631124

View file

@ -32,13 +32,11 @@ addons:
# We set the compiler values here to tell Travis to use a different
# cache file per set of arguments.
#
# If you need to have different apt packages for each combination in the
# matrix, you can use a line such as:
# addons: {apt: {packages: [libfcgi-dev,libgmp-dev]}}
#
# fast_finish: build successful when every builds not in allow_failure are finished
# i.e. not waiting any of the allow_failure to finish
matrix:
fast_finish: true
include:
# We grab the appropriate GHC and cabal-install versions from hvr's PPA. See:
# https://github.com/hvr/multi-ghc-travis
@ -80,14 +78,14 @@ matrix:
TESTPATTERN="! /Round trip/"
compiler: ": #GHC 8.4.3"
# - env: >-
# BUILD=cabal
# GHCVER=8.6.1
# CABALVER=2.4
# FLAGS="fast embed_data_files"
# CABALARGS="--enable-benchmarks --allow-newer=haddock-library:base"
# TESTPATTERN="! /Round trip/"
# compiler: ": #GHC 8.6.1"
- env: >-
BUILD=cabal
GHCVER=8.6.1
CABALVER=2.4
FLAGS="fast embed_data_files"
CABALARGS="--enable-benchmarks --allow-newer=haddock-library:base"
TESTPATTERN="! /Round trip/"
compiler: ": #GHC 8.6.1"
# Build with the newest GHC and cabal-install. This is an accepted failure,
# see below.
@ -132,8 +130,6 @@ matrix:
GHCVER=8.4.3
TESTPATTERN="."
fast_finish: true
before_install:
# Using compiler above sets CC to an invalid value, so unset it
- unset CC