Skip to content

Commit 4e7e6b0

Browse files
acbramleypingers
authored andcommitted
Add no-interaction flag to composer install (#46)
1 parent 6ce5d75 commit 4e7e6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RoboFileBase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public function devComposerValidate() {
183183
* Additional flags to pass to the composer install command.
184184
*/
185185
public function buildMake($flags = '') {
186-
$successful = $this->_exec("$this->composer_bin --no-progress $flags install")->wasSuccessful();
186+
$successful = $this->_exec("$this->composer_bin --no-progress --no-interaction $flags install")->wasSuccessful();
187187

188188
$this->checkFail($successful, "Composer install failed.");
189189
}

0 commit comments

Comments
 (0)