We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a010de commit 988af4fCopy full SHA for 988af4f
1 file changed
.travis.yml
@@ -1,5 +1,13 @@
1
dist: bionic
2
3
+addons:
4
+ apt:
5
+ sources:
6
+ - sourceline: 'ppa:ubuntu-toolchain-r/test'
7
+ - packages:
8
+ - gcc-9
9
+ - g++-9
10
+
11
language: cpp
12
13
matrix:
0 commit comments