SpiderLabs/cve_server

Start using Travis-CI for unit-test coverage

Closed this issue · 2 comments

travis ci is pretty handy for public projects like this, just add a .travis file and have an org admin enable it on the repo. This will mean that new PRs will automatically be run against the unit-tests and will report in the PR request.

PS - let me know if you want to chat offline or need help

Hi,

This is a great idea. I added a initial draft for the .travis.yml file. I will do PR right now.