From 9b80d946a971d57166dfc916a0ced2613d7a67bd Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Thu, 6 Feb 2014 20:30:08 -0500 Subject: [PATCH] Make Hiphop failures okay --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index ee073bd..490c337 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,3 +13,7 @@ before_script: - sh -c "mysql -e 'create database IF NOT EXISTS test;'" script: php ./tests/index.php + +matrix: + allow_failures: + - php: hhvm