Skip to content

Commit 66ed2da

Browse files
committed
remove suggestions from automated composer installs
1 parent c52f6e4 commit 66ed2da

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
@@ -60,6 +60,7 @@
6060
checkreturn="true"
6161
>
6262
<arg value="install"/>
63+
<arg value="--no-suggest"/>
6364
</exec>
6465
</target>
6566

0 commit comments

Comments
 (0)