Tod
Tod runs commands from your .travis.yml
file. Type tod
instead of docker run -v $(pwd):/my-app -it my-app some-tests
to run your tests
Installation
Install it yourself simply as:
$ gem install tod-travis
Check the installation with following:
$ which tod
/path/to/tod
Usage
tod
Runs scripts from the script
section.
tod # or tod script
tod before
Runs scripts from the before_script
section.
tod before
tod setup
Runs scripts from the before_install
section.
tod setup
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/mckomo/tod. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.