The .travis.yml is based on work by @daniel-j-h and performs tests
on Linux and OS X for a number of Clang and GCC compiler versions.
The full list of testing environments is in the README.md file.
I have removed the use of caching on Travis (using ccache) and the use of the Coveralls add-on for coverage analysis. The former requires some tinkering with the CMake architecture and I think it's better to do so in the framework of Autocmake
The .travis.yml is based on work by @daniel-j-h and performs tests on Linux and OS X for a number of Clang and GCC compiler versions. The full list of testing environments is in the README.md file. I have removed the use of caching on Travis (using ccache) and the use of the Coveralls add-on for coverage analysis. The former requires some tinkering with the CMake architecture and I think it's better to do so in the framework of Autocmake