Skip to content

Commit ba9d1d4

Browse files
committed
remove suggestions from automated composer installs
1 parent 08922e6 commit ba9d1d4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ before_install:
2222
- composer self-update
2323

2424
install:
25-
- composer update --no-interaction --prefer-source ${COMPOSER_DEPENDENCIES_OPTIONS}
25+
- composer update --no-interaction --no-suggest --prefer-source ${COMPOSER_DEPENDENCIES_OPTIONS}
2626

2727
script:
2828
- bin/phing ci-build

build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
checkreturn="true"
5757
>
5858
<arg value="install"/>
59+
<arg value="--no-suggest"/>
5960
</exec>
6061
</target>
6162

0 commit comments

Comments
 (0)