30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-07 17:00:49 +00:00

Update RoboFile.php

This commit is contained in:
kshitij sharma 2015-10-30 14:32:55 +01:00
parent 46f42ceb73
commit 6bacebcaff

View File

@ -150,9 +150,6 @@ class RoboFile extends \Robo\Tasks
->arg('--debug')
->run()
->stopOnFail();
// Kill selenium server
// $this->_exec('curl http://localhost:4444/selenium-server/driver/?cmd=shutDownSeleniumServer');
}
/**