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
Requires
- symfony/console: ~2.6
- symfony/process: ~2.6
- symfony/yaml: ~2.6
Requires (Dev)
- phpunit/phpunit: ~4.5
- squizlabs/php_codesniffer: ~2.2
This package is auto-updated.
Last update: 2020-01-21 11:34:07 UTC
README
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)