Prevent Composer from suggesting
This commit is contained in:
@@ -13,6 +13,6 @@ before_install:
|
|||||||
- cp .env.example .env
|
- cp .env.example .env
|
||||||
- if [[ $TRAVIS_PHP_VERSION != 'hhvm' && $TRAVIS_PHP_VERSION != 7.1 ]] ; then phpenv config-rm xdebug.ini; fi
|
- if [[ $TRAVIS_PHP_VERSION != 'hhvm' && $TRAVIS_PHP_VERSION != 7.1 ]] ; then phpenv config-rm xdebug.ini; fi
|
||||||
|
|
||||||
install: travis_retry composer install --no-interaction --no-scripts --prefer-source
|
install: travis_retry composer install --no-interaction --no-scripts --prefer-source --no-suggest
|
||||||
|
|
||||||
script: vendor/bin/phpunit
|
script: vendor/bin/phpunit
|
||||||
|
|||||||
Reference in New Issue
Block a user