diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2017-07-13 21:51:26 +0200 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2017-07-13 21:51:26 +0200 |
| commit | 247257ed3e19fe4100c75bd9c8755e0c6db290af (patch) | |
| tree | 2ad6b16c1b0a91144ce70b195e362210f58336d4 | |
| parent | 9c79a518ace58fc608cec900fd41a461ee43deb7 (diff) | |
| download | pandoc-247257ed3e19fe4100c75bd9c8755e0c6db290af.tar.gz | |
Travis: cabal build for ghc 8.2.1 RC.
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1b9b9a095..e9b081736 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,6 +43,10 @@ matrix: compiler: ": #GHC 8.0.2" addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2,happy-1.19.5], sources: [hvr-ghc]}} + - env: BUILD=cabal GHCVER=8.2.1 CABALVER=1.24 + compiler: ": #GHC 8.2.1" + addons: {apt: {packages: [cabal-install-1.24,ghc-8.2.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 @@ -70,6 +74,7 @@ matrix: allow_failures: - env: BUILD=cabal GHCVER=head CABALVER=head + - env: BUILD=cabal GHCVER=8.2.1 CABALVER=1.24 - env: BUILD=stack ARGS="--resolver nightly" fast_finish: true |
