for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace hidev\travis\console;
/**
* `travis.yml` file generation.
* @author Andrii Vasyliev <[email protected]>
*/
class TravisYamlController extends \hidev\base\Controller
{
public function actionIndex()
$this->take('.travis.yml')->save();
}