summaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Beef up travis CI integration testingDavid Goldblatt2017-01-271-11/+73
| | | | | | | | | | | | | Introduces gen_travis.py, which generates .travis.yml, and updates .travis.yml to be the generated version. The travis build matrix approach doesn't play well with mixing and matching various different environment settings, so we generate every build explicitly, rather than letting them do it for us. To avoid abusing travis resources (and save us time waiting for CI results), we don't test every possible combination of options; we only check up to 2 unusual settings at a time.
* Re-expand the Travis-CI build matrix.Jason Evans2016-12-141-0/+7
|
* Update Travis-CI config for C++ integration.Jason Evans2016-12-131-11/+8
|
* Add Travis-CI configurationMike Hommey2016-07-071-0/+29