From 65de660bffc26d8c91c281acb1e756efc41246f6 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Tue, 18 Feb 2014 20:14:27 -0500 Subject: [PATCH] Make HHVM optional with the correct syntax --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ab508cb..89574cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,4 +18,4 @@ script: cd tests && phpunit --coverage-text matrix: allow_failures: - php: 5.2 - - hhvm + - php: hhvm \ No newline at end of file