Merge branch 'master' of github.com:Block8/PHPCI
This commit is contained in:
commit
2e67172d91
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ class PhpSpec implements PHPCI\Plugin
|
|||
return false;
|
||||
}
|
||||
|
||||
$success = $this->phpci->executeCommand($phpspec . ' --format=pretty --no-code-generation');
|
||||
$success = $this->phpci->executeCommand($phpspec . ' --format=pretty --no-code-generation run');
|
||||
|
||||
chdir($curdir);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue