Skip to content

Commit

Permalink
remove suggestions from automated composer installs
Browse files Browse the repository at this point in the history
  • Loading branch information
VasekPurchart committed Sep 22, 2017
1 parent 856cc90 commit 1d040fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ before_install:
- composer self-update

install:
- composer install --no-interaction --prefer-source
- composer update --no-interaction --prefer-source ${COMPOSER_DEPENDENCIES_OPTIONS}
- composer install --no-interaction --no-suggest --prefer-source
- composer update --no-interaction --no-suggest --no-suggest --prefer-source ${COMPOSER_DEPENDENCIES_OPTIONS}

script:
- bin/phing ci-build
Expand Down
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
checkreturn="true"
>
<arg value="install"/>
<arg value="--no-suggest"/>
</exec>
</target>

Expand Down

0 comments on commit 1d040fa

Please sign in to comment.