[commit: packages/filepath] master: Don't allow GHC HEAD failures (687b48b)

git at git.haskell.org git at git.haskell.org
Mon Dec 28 20:39:32 UTC 2015


Repository : ssh://git@git.haskell.org/filepath

On branch  : master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/687b48b9f6e2e5f17b5517421a2148ac8050b6ed

>---------------------------------------------------------------

commit 687b48b9f6e2e5f17b5517421a2148ac8050b6ed
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Fri Dec 18 12:13:01 2015 +0000

    Don't allow GHC HEAD failures


>---------------------------------------------------------------

687b48b9f6e2e5f17b5517421a2148ac8050b6ed
 .travis.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 20d31e0..ebae307 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,9 +6,5 @@ env:
  - GHCVER=7.10.1
  - GHCVER=head
 
-matrix:
-  allow_failures:
-   - env: GHCVER=head
-
 script:
  - wget https://raw.github.com/ndmitchell/neil/master/travis.sh -O - --no-check-certificate --quiet | sh



More information about the ghc-commits mailing list