You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: