From 9353cb2afe8c440f42b00ea200b29dc3819b9c21 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Wed, 14 Jun 2017 08:38:50 +0200 Subject: [PATCH] build hhvm on trusty box --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1d51b60..fc08ee1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ php: - 5.6 - 7.0 - 7.1 - - hhvm env: global: @@ -27,6 +26,8 @@ matrix: include: - php: 5.4 env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci" + - php: hhvm + dist: trusty before_install: - if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi