We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84438c4 commit e0fd7a2Copy full SHA for e0fd7a2
1 file changed
.travis.yml
@@ -393,6 +393,18 @@ matrix:
393
- clang-8
394
env:
395
- MATRIX_EVAL="CC=clang-8 && CXX=clang++-8"
396
+ - os: linux
397
+ addons:
398
+ apt:
399
+ sources:
400
+ - llvm-toolchain-xenial-9
401
+ - ubuntu-toolchain-r-test
402
+ - sourceline: 'deb https://apt.llvm.org/xenial/ llvm-toolchain-xenial-9 main'
403
+ key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
404
+ packages:
405
+ - clang-9
406
+ env:
407
+ - MATRIX_EVAL="CC=clang-9 && CXX=clang++-9"
408
- os: linux
409
compiler: clang
410
addons:
0 commit comments