Skip to content

Travis Notes

Bill Quith edited this page Aug 16, 2016 · 6 revisions

These are notes (to remind me!) of the various issues when trying to use Travis for this project. Setting up Travis for modern C++1y is a PITA.

Out of date Trusty packages

Default clang and GCC compiler versions are old. Need to update and explicitly specify versions using matrix include options. See complex example.

Clone this wiki locally