From 3ef3296b29fbd928167b27fce708c2926a1fd6b4 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 22 Aug 2016 15:18:29 +0100 Subject: [PATCH] Prevent Composer from suggesting --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2a724004e..475f9d8b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,6 @@ before_install: - cp .env.example .env - 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