.travis.yml - move 7.10 and 8.0 out of accepted failures.
This commit is contained in:
parent
7e0167dccc
commit
3720005c53
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue