summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-10-11 16:04:27 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-10-11 16:04:27 -0700
commit71e4543cc042240be2835b9c76f7dbb7158d1049 (patch)
treed46ac0fa0ba20a2ab4c21ef4bb1d60b75b5ab756 /.travis.yml
parentb16e1628d413f2a1ac1748ab78494d60407ecdae (diff)
Travis: allow failure for ghc 7.10.3 build.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index faf853a53..7da55992c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -78,11 +78,12 @@ matrix:
# compiler: ": #stack nightly osx"
# os: osx
- # allow 8.0.2 cabal build to fail; it times out
+ # allow ghc 7.10.3 and 8.0.2 cabal build to fail; they tend to time out
allow_failures:
- env: BUILD=cabal GHCVER=head CABALVER=head
- env: BUILD=stack ARGS="--resolver nightly"
- env: BUILD=cabal GHCVER=8.0.2 CABALVER=1.24 OPTS="-O0 -Wall -Wincomplete-record-updates -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances -fno-warn-unused-do-bind -Werror" FLAGS="fast" CABALARGS=""
+ - env: BUILD=cabal GHCVER=7.10.3 CABALVER=1.22 OPTS="-O0 -Wall -fno-warn-unused-do-bind -Werror" FLAGS="fast embed_data_files" CABALARGS=""
fast_finish: true