From 940c1f3b1c5f6a477e70ceca1fdd3133d9d23b57 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Sat, 14 Dec 2013 12:40:59 +0100 Subject: [PATCH] Fixing wrong key for allowing HHVM failures --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 36dd3cd1e..6c35e4d80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,5 +25,5 @@ after_script: - php vendor/bin/coveralls -v matrix: - allowed_failures: + allow_failures: - php: hhvm