cmaujean · GitHub

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

About

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

Resources

Readme

Activity

Stars

1 star

Watchers

1 watching

Forks

1 fork

Releases

Packages

Contributors

Languages

Read the original on github.com ↗