From 8f9a77c1eb920ccc18a49564455134c6c1fdd851 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Mon, 20 Feb 2017 15:13:16 -0500 Subject: [PATCH] Will teh Gitlab build be triggered? --- RoboFile.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/RoboFile.php b/RoboFile.php index 466abc62..e4c3b729 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -106,10 +106,6 @@ class RoboFile extends Tasks { public function coverage() { $this->_run(['vendor/bin/phpunit -c build']); - /* $this->taskPhpUnit() - ->configFile('build/phpunit.xml') - ->printed(true) - ->run(); */ } /**