[commit: packages/filepath] master: Temporarily allow GHC head failures, since I don't understand them at all (c4e1668)
git at git.haskell.org
git at git.haskell.org
Mon Dec 28 20:40:10 UTC 2015
Repository : ssh://git@git.haskell.org/filepath
On branch : master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/c4e16687ded3506787e619a90964edd4870e638e
>---------------------------------------------------------------
commit c4e16687ded3506787e619a90964edd4870e638e
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Tue Dec 22 11:45:36 2015 +0000
Temporarily allow GHC head failures, since I don't understand them at all
>---------------------------------------------------------------
c4e16687ded3506787e619a90964edd4870e638e
.travis.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index ebae307..20d31e0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,5 +6,9 @@ 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