From 7ada0d11aa2756d05933c01644d87882fdd5926c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 10 Oct 2017 09:02:42 -0700 Subject: Allow travis ghc 8.0.2 cabal build to fail. It always times out. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e92aa0968..faf853a53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,9 +78,11 @@ matrix: # compiler: ": #stack nightly osx" # os: osx + # allow 8.0.2 cabal build to fail; it times 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="" fast_finish: true -- cgit v1.2.3