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.
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.