Commit 4c55a2882de3efa817f47007e03f11c49fa4de09
1 parent
e00ba23e
Adding gcc 5 and 6
Showing
1 changed file
with
16 additions
and
0 deletions
.travis.yml
| ... | ... | @@ -13,6 +13,22 @@ matrix: |
| 13 | 13 | sources: |
| 14 | 14 | - ubuntu-toolchain-r-test |
| 15 | 15 | packages: |
| 16 | + - g++-6 | |
| 17 | + env: COMPILER=6 | |
| 18 | + - compiler: gcc | |
| 19 | + addons: | |
| 20 | + apt: | |
| 21 | + sources: | |
| 22 | + - ubuntu-toolchain-r-test | |
| 23 | + packages: | |
| 24 | + - g++-5 | |
| 25 | + env: COMPILER=5 | |
| 26 | + - compiler: gcc | |
| 27 | + addons: | |
| 28 | + apt: | |
| 29 | + sources: | |
| 30 | + - ubuntu-toolchain-r-test | |
| 31 | + packages: | |
| 16 | 32 | - g++-4.9 |
| 17 | 33 | env: COMPILER=4.9 |
| 18 | 34 | - compiler: gcc | ... | ... |