From d8435180cfc7017443f955acb21d1a46d3619204 Mon Sep 17 00:00:00 2001 From: darthmaim Date: Sun, 21 Feb 2016 22:58:30 +0100 Subject: [PATCH] add hhvm to travis config --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e21704c15..f77a4e7bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: php php: - 5.6 - 7.0 + - hhvm install: travis_retry composer install --no-interaction --prefer-source