We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929374a commit b8ccbebCopy full SHA for b8ccbeb
.travis.yml
@@ -39,6 +39,7 @@ matrix:
39
- php: hhvm
40
41
before_script:
42
+ - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-rm xdebug.ini; fi
43
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update "symfony/dependency-injection:${SYMFONY_VERSION}"; fi
44
- if [ "$PHPUNIT_VERSION" != "" ]; then composer require --no-update "phpunit/phpunit:${PHPUNIT_VERSION}"; fi
45
- if [ "$deps" = "low" ]; then composer update --prefer-lowest; fi
0 commit comments