[commit: packages/filepath] master: Allow testsuite failures on GHC HEAD (efae217)

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


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

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

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

commit efae217559376d50cd74096be67e4bd5859282ef
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Mon Oct 26 21:27:53 2015 +0000

    Allow testsuite failures on GHC HEAD


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

efae217559376d50cd74096be67e4bd5859282ef
 .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