-
Notifications
You must be signed in to change notification settings - Fork 30
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.
Default clang and GCC compiler versions are old. Need to update and explicitly specify versions using matrix include
options. See complex example.