From 17840dfad11927ac18c713f3ffb8e5ab58f6175d Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Sat, 14 Dec 2013 00:04:11 +0100 Subject: [PATCH] added hhvm hiphop php vm to travis to run test on it http://www.hhvm.com/blog/2393/hhvm-2-3-0-and-travis-ci --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 11c5e5f..64ae90c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: php php: - 5.4 - 5.5 + - hhvm services: - redis-server