Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 2.26 KB

DEV.md

File metadata and controls

49 lines (38 loc) · 2.26 KB

Developer Notes

  1. CI Systems

1. CI Systems

FlipIt currently utilizes two CI systems: Travis-CI & Wercker. Both systems are used for building against the master branch.

Travis-CI

Travis-CI is primarily used for Pull Request builds and publishing to the NPM registry.

It's secondary use is to validate FlipIt's functionality for future NodeJS releases.

Wercker

Wercker was recently introduced in order to understand build systems beyond Travis-CI.

Wercker is primarily used for updating the code coverage via Coveralls & Code Climate. Travis-CI used to perform this update, but it was difficult for others to contribute to FlipIt without the Coveralls API key.

2. Build Badges

Platform Badges
Travis CI Travis-CI status
Wercker Wercker status
Wercker status
Coveralls Coverage Status
Code Climate