aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-10-03 09:33:55 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-10-03 09:33:55 -0700
commitfbc733d3a8a34afb33f9f559bbe41dd73d2a89c4 (patch)
treebbf5f9cb57cc44a39f2a8e512691b7309bcb9c72
parent9df4c7f57b61fce1676aadfc8aece076398be2cc (diff)
downloadpandoc-fbc733d3a8a34afb33f9f559bbe41dd73d2a89c4.tar.gz
Travis: comment out 8.6.1 for now.
We'll need to use new-build.
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index cb2e81213..7461426d1 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.