diff --git a/.travis.yml b/.travis.yml index 3570f7c..f602964 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,8 @@ matrix: dist: bionic install: + - if [[ $TRAVIS_PHP_VERSION =~ ^hhvm ]]; then travis_retry composer require "doctrine/orm:2.5.*" --no-update ; fi + - if [[ $TRAVIS_PHP_VERSION =~ ^hhvm ]]; then travis_retry composer require "illuminate/database:5.1.*" --no-update ; fi - travis_retry composer install --no-suggest --prefer-dist -n -o script: