Skip to content
G. Hussain Chinoy edited this page Dec 30, 2017 · 6 revisions

Issue Tracking

The module uses github to track issues. Fixes/patches will be reviewed/accepted via the standard fork/pull model.

Testing

The module uses mocha, sinon and should for its unit tests. All tests can be run via the following command:

npm test

Continuous Integration

The module uses Travis for its CI builds. Current status is displayed in the README.md for the repo.
More detailed info is available here: https://travis-ci.org/RallyTools/rally-node

Clone this wiki locally