Updated Travis CI clang 9 and 10 configurations

This commit is contained in:
Edward Diener
2020-06-30 13:32:30 -04:00
parent 57c160f921
commit a037024cec

View File

@@ -270,7 +270,8 @@ matrix:
- clang-9 - clang-9
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
- llvm-toolchain-xenial-9 - sourceline: 'deb https://apt.llvm.org/xenial/ llvm-toolchain-xenial-9 main'
key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
- os: linux - os: linux
compiler: clang++-10 compiler: clang++-10
@@ -281,7 +282,8 @@ matrix:
- clang-10 - clang-10
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
- llvm-toolchain-xenial-10 - sourceline: 'deb https://apt.llvm.org/xenial/ llvm-toolchain-xenial-10 main'
key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
- os: linux - os: linux
dist: trusty dist: trusty