hairmare/dodat

This package is abandoned and no longer maintained. No replacement package was suggested.

Do Da Travis runs scripts from your travis yml

v0.1.6 2015-08-04 23:07 UTC

README

Build Status Scrutinizer Code Quality Code Coverage Latest Stable Version Total Downloads Latest Unstable Version License

Run scripts from .travis.yml.

Install

composer require --dev hairmare/dodat

Usage

Run all the scripts from .travis.yml.

./vendor/bin/dodat

Display help and options.

./vendor/bin/dodat help

Limitiations

  • Does not properly pass along color in output
  • Has no way to skip running certain scripts (like ocular upload)
  • Can't run anything besides basic scripts (no before_script support)
  • Doesnt pass exit codes (so not usable in a commit hook yet)