chopBAI does not use continuous integration testing
Opened this issue · 1 comments
peterjc commented
Once you have added some automated testing (#4), it would be good practice to then have these tests automatically run whenever the repository is updated.
I would suggest using TravisCI, as used by samtools for example, see http://docs.travis-ci.com/ and https://github.com/samtools/samtools/blob/develop/.travis.yml
Another big plus of TravisCI is that any user submitted pull requests would automatically have the functional test results shown on them which is a big help when reviewing contributions.
peterjc commented
(This will also catch any accidental commits to the main repository which break the build)