Skip to content

parshap/travisify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

travisify

Add travis-ci hooks to your github project.

install

npm install -g travisify

usage

Navigate to a git project that you've set up remotes for on github, then run travisify. The first time you run travisify it will prompt you for your github account and travis api key.

$ cd ~/projects/upnode
$ travisify
# created a .travis.yml
# make sure to `git add .travis.yml`
travis hook added for substack/upnode with id 213466

Now every time you push to github your tests will be run on travis-ci.

Travisify looks at your package.json's engine field to generate a .travis.yml file if one doesn't already exist.

If you want to trigger the tests manually you can use the travisify test command:

$ cd ~/projects/upnode
$ travisify test
test hook sent for substack/upnode/213466

commands

travisify

Add a github hook for travis if one hasn't already been added.

travisify test

Trigger a test request for the travis hook.

travisify badge

Generate a markdown travis badge to put in your readme.

license

MIT

About

add github hooks for travis-ci

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%