[commit: packages/directory] master: Stop ignoring Travis failures on HEAD (64fe718)
git at git.haskell.org
git at git.haskell.org
Fri Dec 18 09:51:01 UTC 2015
Repository : ssh://git@git.haskell.org/directory
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/64fe7187c31eea99402187455f0fdc6d601dbf84/directory
>---------------------------------------------------------------
commit 64fe7187c31eea99402187455f0fdc6d601dbf84
Author: Phil Ruffwind <rf at rufflewind.com>
Date: Fri May 29 22:37:13 2015 -0400
Stop ignoring Travis failures on HEAD
>---------------------------------------------------------------
64fe7187c31eea99402187455f0fdc6d601dbf84
.travis.yml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 58105c6..00832fc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,10 +11,6 @@ env:
- GHCVER=7.10.1 CABALVER=1.22
- GHCVER=head CABALVER=head
-matrix:
- allow_failures:
- - env: GHCVER=head CABALVER=head
-
before_install:
- travis_retry sudo add-apt-repository -y ppa:hvr/ghc
- travis_retry sudo apt-get update
More information about the ghc-commits
mailing list