Skip to content

Continuous Integration Testing

Kurt Grutzmacher edited this page Jul 16, 2014 · 2 revisions

Current Status: Build Status

Background

Testing is performed by Travis-CI after every check-in on any branch, including Pull Requests.

Which Builds Must Pass

The master branch must pass all CI tests. Branches and PRs should pass but failure is allowed. No merging of a branch or PR should be performed until a passing test is validated.

Clone this wiki locally