boss
boss copied to clipboard
Setup CI for automatically building and testing changes to source code
A free to use CI service like Travis CI/circle CI should be used to automatically test the changes made to the codebase and run tests.
This would
- test changes before the merger
- make sure tests are passing before accepting PR
- ease the method to analyze code before the merge.
working on it