mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-06-28 06:58:43 +02:00
Add external tools for CS, add travis config file
This commit is contained in:

committed by
Johan Cwiklinski

parent
aaab0d8415
commit
0900bde1c9
13
RoboFile.php
Normal file
13
RoboFile.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* This is project's console commands configuration for Robo task runner.
|
||||
*
|
||||
* @see http://robo.li/
|
||||
*/
|
||||
|
||||
require_once 'vendor/autoload.php';
|
||||
|
||||
class RoboFile extends Glpi\Tools\RoboFile
|
||||
{
|
||||
//Own plugin's robo stuff
|
||||
}
|
Reference in New Issue
Block a user