From 7122085590fa7ee28add8661b03a769c5c9338f7 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(); */ } /**