fletcher / MultiMarkdown-5

Reference implementation of MultiMarkdown; replaces MultiMarkdown v4 (deprecated -- see MMD-6 instead)
https://github.com/fletcher/MultiMarkdown-6
Other
293 stars 46 forks source link

NOTE: Add Travis support to run unit tests on commits #49

Open jasedit opened 8 years ago

jasedit commented 8 years ago

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.