Allow travis ghc 8.0.2 cabal build to fail. It always times out.

This commit is contained in:
John MacFarlane 2017-10-10 09:02:42 -07:00
parent 4a7b039f2d
commit 7ada0d11aa

View file

@ -78,9 +78,11 @@ matrix:
# compiler: ": #stack nightly osx" # compiler: ": #stack nightly osx"
# os: osx # os: osx
# allow 8.0.2 cabal build to fail; it times out
allow_failures: allow_failures:
- env: BUILD=cabal GHCVER=head CABALVER=head - env: BUILD=cabal GHCVER=head CABALVER=head
- env: BUILD=stack ARGS="--resolver nightly" - 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=""
fast_finish: true fast_finish: true