[commit: packages/directory] master: Revert "Stop ignoring Travis failures on HEAD" (89ae0b7)
git at git.haskell.org
git at git.haskell.org
Fri Dec 18 09:53:17 UTC 2015
Repository : ssh://git@git.haskell.org/directory
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/89ae0b7c11eb330f33bb30448747569cdfe8d9db/directory
>---------------------------------------------------------------
commit 89ae0b7c11eb330f33bb30448747569cdfe8d9db
Author: Phil Ruffwind <rf at rufflewind.com>
Date: Tue Dec 8 17:29:33 2015 -0500
Revert "Stop ignoring Travis failures on HEAD"
This reverts commit 64fe7187c31eea99402187455f0fdc6d601dbf84.
Allow failures again because HEAD Cabal has been buggy for a long time.
>---------------------------------------------------------------
89ae0b7c11eb330f33bb30448747569cdfe8d9db
.travis.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 8b66290..9a98189 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,8 @@ matrix:
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.1], sources: [hvr-ghc]}}
- env: GHCVER=head CABALVER=head
addons: {apt: {packages: [cabal-install-head,ghc-head], sources: [hvr-ghc]}}
+ allow_failures:
+ - env: GHCVER=head CABALVER=head
before_install:
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH
More information about the ghc-commits
mailing list