Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Fixes #1841: blt sync issue exit code 75. #1859

Merged
merged 1 commit into from
Jul 31, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/travis/run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -ev
yaml-cli update:value blt/project.yml project.local.hostname '127.0.0.1:8888'

blt validate:all
blt setup --define drush.alias='${drush.aliases.ci}' --define environment=ci --no-interaction -v
blt setup --define drush.alias='${drush.aliases.ci}' --define environment=ci --no-interaction --yes -v
blt tests:all --define drush.alias='${drush.aliases.ci}' --define tests.run-server=true --yes -v

set +v
2 changes: 1 addition & 1 deletion src/Robo/Tasks/DrushTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ public function run() {
}

/**
* Adds drush comands with their corresponding options to stack.
* Adds drush commands with their corresponding options to stack.
*/
protected function setupExecution() {
$this->setOptionsForLastCommand();
Expand Down