trigger-travis

0.2.0 • Public • Published

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

Dependent builds in Travis

https://github.com/steveklabnik/automatically_update_github_pages_with_travis_example

Dependents (0)

Package Sidebar

Install

npm i trigger-travis

Weekly Downloads

9

Version

0.2.0

License

ISC

Last publish

Collaborators

  • ishmael-readingplus