diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-10-13 23:13:02 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-10-13 23:13:53 -0700 |
commit | 8cee5b183e0cdbd0137b9bedb4728c8ef15f1145 (patch) | |
tree | fcb194d11b0512c19f9424573498da6aa0b49a83 | |
parent | 2018f41193ab622cc111bb451f2dca783fde89ba (diff) | |
download | pandoc-8cee5b183e0cdbd0137b9bedb4728c8ef15f1145.tar.gz |
Travis: add ghc 8.6.1 build.
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 7461426d1..cb2e81213 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,9 +49,9 @@ matrix: compiler: ": #GHC 8.4.3" addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3,happy-1.19.5], sources: [hvr-ghc]}} - # - env: BUILD=cabal GHCVER=8.6.1 CABALVER=2.4 OPTS="-O0 -Wall -fno-warn-unused-do-bind -Wincomplete-record-updates -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances -Wincomplete-uni-patterns -Werror=missing-home-modules -Widentities -Wcpp-undef -Werror" FLAGS="fast embed_data_files" CABALARGS="--enable-benchmarks --allow-newer=haddock-library:base" TESTPATTERN="! /Round trip/" - # compiler: ": #GHC 8.6.1" - # addons: {apt: {packages: [cabal-install-2.4,ghc-8.6.1,happy-1.19.5], sources: [hvr-ghc]}} + - env: BUILD=cabal GHCVER=8.6.1 CABALVER=2.4 OPTS="-O0 -Wall -fno-warn-unused-do-bind -Wincomplete-record-updates -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances -Wincomplete-uni-patterns -Werror=missing-home-modules -Widentities -Wcpp-undef -Werror" FLAGS="fast embed_data_files" CABALARGS="--enable-benchmarks --allow-newer=haddock-library:base" TESTPATTERN="! /Round trip/" + compiler: ": #GHC 8.6.1" + addons: {apt: {packages: [cabal-install-2.4,ghc-8.6.1,happy-1.19.5], sources: [hvr-ghc]}} # Build with the newest GHC and cabal-install. This is an accepted failure, # see below. |