[commit: packages/directory] master: Fix .travis.yml (allow_failures is whitespace-sensitive) (4bcba4a)
git at git.haskell.org
git at git.haskell.org
Fri Dec 18 09:50:22 UTC 2015
Repository : ssh://git@git.haskell.org/directory
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/4bcba4a119f1891c8ad5a4ce692f6865f83a6734/directory
>---------------------------------------------------------------
commit 4bcba4a119f1891c8ad5a4ce692f6865f83a6734
Author: Phil Ruffwind <rf at rufflewind.com>
Date: Fri Apr 24 02:11:43 2015 -0400
Fix .travis.yml (allow_failures is whitespace-sensitive)
>---------------------------------------------------------------
4bcba4a119f1891c8ad5a4ce692f6865f83a6734
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index c3bddb0..68756df 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@ env:
matrix:
allow_failures:
- - env: GHCVER=head CABALVER=head
+ - env: GHCVER=head CABALVER=head
before_install:
- travis_retry sudo add-apt-repository -y ppa:hvr/ghc
More information about the ghc-commits
mailing list