Skip to content

Commit c22205a

Browse files
committed
Add GCC 9
1 parent 77ecddd commit c22205a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,14 @@ matrix:
7474
env:
7575
- CXX=g++-8
7676

77+
- compiler: gcc
78+
addons:
79+
apt:
80+
sources: ['ubuntu-toolchain-r-test']
81+
packages: ['g++-9']
82+
env:
83+
- CXX=g++-9
84+
7785
- dist: precise
7886
compiler: clang
7987
env:

0 commit comments

Comments
 (0)