From ab3b802cff72fc55800571c63006f249239bf3ac Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Tue, 18 Feb 2014 19:57:54 -0500 Subject: [PATCH] Make HHVM an optional test case --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c1f1c5a..ab508cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,3 +18,4 @@ script: cd tests && phpunit --coverage-text matrix: allow_failures: - php: 5.2 + - hhvm