From 120f8d92fd1a17e48cad429e2d233d59a1a21c2f Mon Sep 17 00:00:00 2001 From: Glenn Pratt Date: Thu, 19 Dec 2013 09:33:37 -0600 Subject: [PATCH] Test HHVM on Travis-CI, allowing failures. --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ad72478df..5355d5be5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,15 @@ php: - 5.3 - 5.4 - 5.5 + - hhvm + +matrix: + allow_failures: + - php: hhvm before_script: - sudo apt-get install parallel - - echo '' > ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini + - rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini - composer install --dev --prefer-source - git config --global user.name travis-ci - git config --global user.email travis@example.com