diff --git a/.travis.yml b/.travis.yml index 1cb949af..a391cc78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: php - -sudo: false +sudo: required +dist: trusty +group: edge cache: directories: @@ -11,11 +12,13 @@ php: - 5.6 - 7.0 - 7.1 - - hhvm - -allow_failures: - - php: hhvm + - hhvm-3.9 + - hhvm-3.12 + - hhvm-3.15 + - hhvm-3.18 +matrix: + fast_finish: true env: - SYMFONY_VERSION=2.4.* - SYMFONY_VERSION=2.5.* @@ -24,11 +27,6 @@ env: - SYMFONY_VERSION=2.8.* - SYMFONY_VERSION=3.0.* -matrix: - fast_finish: true - allow_failures: - - php: hhvm - before_install: - composer self-update - composer require --no-update symfony/expression-language "$SYMFONY_VERSION"