From b0abaa5ce7791f93e3c5a43d3cf7f689b0a40f13 Mon Sep 17 00:00:00 2001
From: mattab <matthieu.aubry@gmail.com>
Date: Sat, 8 Mar 2014 01:03:42 +1300
Subject: [PATCH] Disable HHVM as it requires a bit more work to enable build

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index b093f3dfa7..139184f409 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ php:
   - 5.5
   - 5.4
   - 5.3
-  - hhvm
+#  - hhvm
 
 # Separate different test suites
 env:
-- 
GitLab