Skip to content

Commit

Permalink
Merge pull request #2079 from CachetHQ/composer-no-suggest
Browse files Browse the repository at this point in the history
Prevent Composer from suggesting
  • Loading branch information
jbrooksuk committed Aug 22, 2016
2 parents 0ce724a + 3ef3296 commit 976a3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 976a3ef

Please sign in to comment.