summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-10-12 21:57:51 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-10-12 21:57:51 -0700
commit3720005c53679317aea05f8b9ce53d1451adba69 (patch)
tree89bada044d7f792724076639e95a336d3cb30fa2 /.travis.yml
parent7e0167dccc1bcb7e0c26cbb57960ba93bb0ae612 (diff)
.travis.yml - move 7.10 and 8.0 out of accepted failures.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 2a38fd03b..059a0e546 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -78,12 +78,9 @@ matrix:
# compiler: ": #stack nightly osx"
# os: osx
- # 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