Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 805 Bytes

File metadata and controls

26 lines (14 loc) · 805 Bytes

Continuous Integration Guide.

Setup Continuous Integration with Travis CI

  1. Sign into Travis CI with your Github account.

  2. Click on + icon to add your repository.

  3. Click on Sync Account Button to get all your repositories.

  4. Toogle your project repository to enable CI.

  5. Now Commit and push any changes to your Github repository and see the CI pick up and run your test cases

Setup Code Coverage reporting

  1. Sign into Coveralls with your Github account.
  2. Add your project repository
  3. Now Commit and push any changes to your Github repository and see the Coveralls get updated with your coverage report.