MultiMarkdown-5 icon indicating copy to clipboard operation
MultiMarkdown-5 copied to clipboard

NOTE: Add Travis support to run unit tests on commits

Open jasedit opened this issue 9 years ago • 0 comments

This adds a configuration file for Travis CI, which provides free continuous integration testing for open source projects. This means that for every commit to the repository, Travis can clone the repository, build the software, and run the unit tests, and annotate the commit with an indication of whether or not the unit tests pass. This is useful for quickly checking if pull requests break unit tests.

jasedit avatar Nov 01 '16 15:11 jasedit