diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-10-02 21:15:55 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-10-02 21:15:55 -0700 |
commit | 75706135e39ed7bc93b8c0321362862d25733bdd (patch) | |
tree | f14e8e213ef9e324b1b0894d4725297c7f68f3bd | |
parent | d975917509061e4dfbeb4d2444f5ef7ccbe1887b (diff) | |
download | pandoc-75706135e39ed7bc93b8c0321362862d25733bdd.tar.gz |
Add ghc 8.6.1 to travis.
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a73e14559..cb2e81213 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,6 +49,10 @@ 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]}} + # Build with the newest GHC and cabal-install. This is an accepted failure, # see below. # - env: BUILD=cabal GHCVER=head CABALVER=head CABALAGS="--allow-newer" |