Add GCC7 jobs to Travis (#1054)
authorAndres Noetzli <andres.noetzli@gmail.com>
Fri, 1 Sep 2017 05:25:27 +0000 (22:25 -0700)
committerGitHub <noreply@github.com>
Fri, 1 Sep 2017 05:25:27 +0000 (22:25 -0700)
commit50b6ae2d3d117d6e76f21238ac64b35fda501df3
tree5fb4af709b5a4b7d038ee1ef463f5f5b2fcb6f2c
parentd344234d056e1cd9f50cfc611151879381c6124d
Add GCC7 jobs to Travis (#1054)

This commit adds two jobs (debug, with portfolio, test groups 0 and 1) to Travis.
Both jobs are added using matrix.include, based on the example in the documentation:
https://docs.travis-ci.com/user/languages/cpp/#GCC-on-Linux . This
unfortunately requires some code duplication but there does not seem to be a
way to do it in a much better fashion.
.travis.yml