Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
Repository files navigation
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