Skip to content

an asynchronous node.js wrapper for the travis-ci api

Notifications You must be signed in to change notification settings

cmaujean/travis-api-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

travis-api-wrapper

an asynchronous node.js wrapper for the travis-ci api, as published at
the travis-ci docs written to be compatible with node 0.5.6

Usage

npm install (coming soon)


  var travis = require('travis-api-wrapper');
  
  build = travis.build(12345, 'cmaujean/travis-api-wrapper');
  # build is a json object representing a build. see the travis-ci api docs for more info

About

an asynchronous node.js wrapper for the travis-ci api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published