Remove useless line

[MAILPOET-2319]
This commit is contained in:
Jan Jakeš
2019-09-12 10:27:15 +02:00
committed by Pavel Dohnal
parent de67ca8cab
commit 0248eed696

View File

@@ -25,8 +25,6 @@ class RoboFile extends \Robo\Tasks {
} }
function update() { function update() {
$this->say(getenv('WP_TEST_URL'));
return $this->taskExecStack() return $this->taskExecStack()
->stopOnFail() ->stopOnFail()
->exec('./composer.phar update') ->exec('./composer.phar update')