diff options
author | ickc <ickc@users.noreply.github.com> | 2017-01-24 01:29:54 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-01-24 10:29:54 +0100 |
commit | 74875695e2978859f91ba58079242be75f921ae5 (patch) | |
tree | cbfbbd87b2bcd509c695a777b03f23b4f7e44682 | |
parent | 41f4476aabe4eacec06e47c5d6dba2503b1eb1f0 (diff) | |
download | pandoc-74875695e2978859f91ba58079242be75f921ae5.tar.gz |
travis: catch #3372 (#3373)
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b4c1b72d8..72a61c2df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,6 +42,10 @@ matrix: compiler: ": #GHC 8.0.1" addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.1,happy-1.19.5], sources: [hvr-ghc]}} + - env: BUILD=cabal GHCVER=8.0.2 CABALVER=1.24 + compiler: ": #GHC 8.0.2" + addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2,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 @@ -68,6 +72,7 @@ matrix: # os: osx allow_failures: + - env: BUILD=cabal GHCVER=8.0.2 CABALVER=1.24 - env: BUILD=cabal GHCVER=head CABALVER=head - env: BUILD=stack ARGS="--resolver nightly" |