Skip to content

Commit 1b8f2aa

Browse files
committed
Travis-CI: Also build and test with GCC 9.x
1 parent 14407d4 commit 1b8f2aa

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ matrix:
3838
packages:
3939
- g++-8
4040
env: COMPILER=g++-8 CXXSTD=11
41+
- compiler: gcc
42+
addons:
43+
apt:
44+
sources:
45+
- ubuntu-toolchain-r-test
46+
packages:
47+
- g++-9
48+
env: COMPILER=g++-9 CXXSTD=11
4149
- compiler: gcc
4250
addons:
4351
apt:
@@ -168,6 +176,14 @@ matrix:
168176
packages:
169177
- g++-8
170178
env: COMPILER=g++-8 CXXSTD=14
179+
- compiler: gcc
180+
addons:
181+
apt:
182+
sources:
183+
- ubuntu-toolchain-r-test
184+
packages:
185+
- g++-9
186+
env: COMPILER=g++-9 CXXSTD=14
171187
- compiler: clang
172188
addons:
173189
apt:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ Tested on:
100100
* clang 3.7
101101
* clang 3.6
102102
* clang 3.5
103+
* g++ 9.1.0
103104
* g++ 8.0.1
104105
* g++ 7.3
105106
* g++ 6.4

0 commit comments

Comments
 (0)