mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 13:38:20 +01:00
Prevent Composer from suggesting
This commit is contained in:
parent
58802cd98d
commit
00ffc17f1b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user