First Robo automation file, Rake-like.
This commit is contained in:
6
RoboFile.php
Normal file
6
RoboFile.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
class RoboFile extends \Robo\Tasks {
|
||||
function update() {
|
||||
$this->_exec('./composer.phar update');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user