summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0ddc4a9..f89c96d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -61,6 +61,15 @@ matrix:
- g++-8
env:
- MATRIX_EVAL="CC=gcc-8 CXX=g++-8"
+ - os: linux
+ addons:
+ apt:
+ sources:
+ - ubuntu-toolchain-r-test
+ packages:
+ - g++-9
+ env:
+ - MATRIX_EVAL="CC=gcc-9 CXX=g++-9"
- os: linux
addons: