Add external tools for CS, add travis config file

This commit is contained in:
Johan Cwiklinski
2017-02-08 15:29:54 +01:00
committed by Johan Cwiklinski
parent aaab0d8415
commit 0900bde1c9
5 changed files with 1293 additions and 0 deletions

13
RoboFile.php Normal file
View 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
}