.travis.yml: test deriving via generics with GHC 8.4
This commit is contained in:
parent
dc150df8e1
commit
a4968d775d
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ matrix:
|
||||||
BUILD=cabal
|
BUILD=cabal
|
||||||
GHCVER=8.4.3
|
GHCVER=8.4.3
|
||||||
CABALVER=2.2
|
CABALVER=2.2
|
||||||
FLAGS="fast embed_data_files"
|
FLAGS="fast embed_data_files -derive_json_via_th"
|
||||||
CABALARGS="--enable-benchmarks"
|
CABALARGS="--enable-benchmarks"
|
||||||
TESTPATTERN="! /Round trip/"
|
TESTPATTERN="! /Round trip/"
|
||||||
compiler: ": #GHC 8.4.3"
|
compiler: ": #GHC 8.4.3"
|
||||||
|
|
Loading…
Reference in a new issue