From f1b13e48f84943bfab3203741bb7a13334c8b1b5 Mon Sep 17 00:00:00 2001 From: Pavel Pavlov Date: Thu, 17 Oct 2013 02:17:40 +0400 Subject: [PATCH] Cleanup --- PHPCI/Plugin/Phing.php | 1 - 1 file changed, 1 deletion(-) diff --git a/PHPCI/Plugin/Phing.php b/PHPCI/Plugin/Phing.php index f9426235..e5004240 100644 --- a/PHPCI/Plugin/Phing.php +++ b/PHPCI/Plugin/Phing.php @@ -58,7 +58,6 @@ class Phing implements \PHPCI\Plugin return false; } -// $cmd[] = 'cd ' . $this->getDirectory() . ' &&'; $cmd[] = $phingExecutable . ' -f ' . $this->getBuildFile(); if ($this->getPropertyFile()) {