This commit is contained in:
Pavel Pavlov 2013-10-17 02:17:40 +04:00
parent 7b3eea7cbb
commit f1b13e48f8

View file

@ -58,7 +58,6 @@ class Phing implements \PHPCI\Plugin
return false;
}
// $cmd[] = 'cd ' . $this->getDirectory() . ' &&';
$cmd[] = $phingExecutable . ' -f ' . $this->getBuildFile();
if ($this->getPropertyFile()) {