Merge pull request #2079 from CachetHQ/composer-no-suggest

Prevent Composer from suggesting
This commit is contained in:
James Brooks
2016-08-22 16:17:06 +01:00
committed by GitHub

View File

@@ -13,6 +13,6 @@ before_install:
- cp .env.example .env
- if [[ $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