trigger-travis
v0.2.0
Published
Tool to trigger travis build using Travis api v3
Downloads
44
Maintainers
Readme
trigger-travis
Used to tigger a travis build programmatically, using travis api 3. I'd be happy to get this to be more robust. Please fork and hack away.
It accepts the following arguments
-o --owner the owner of the github repo e.g [ishmael-readingplus]/trigger-travis
-r --repo the name of the repo e.g. ishmael-readingplus/[trigger-travis]
-t --token the travis api token
-c --config a config object that is passed to the api
--pro use if the repo is on github.com default is github.org
The documentation on what can be in the config
object and it's format is found here Customizing the build configuration
Inspirations - in no paticular order
Trigger a Travis CI build from another project’s build
https://github.com/steveklabnik/automatically_update_github_pages_with_travis_example