diff options
author | Stuart Reilly <rs576h@vyatta.att-mail.com> | 2019-07-17 12:14:45 +0100 |
---|---|---|
committer | Stuart Reilly <rs576h@vyatta.att-mail.com> | 2019-07-17 12:14:45 +0100 |
commit | 065d0c7e9f195006eed317d9133891c02a791ea6 (patch) | |
tree | d8674651e6f3e39dcef6152560ba2d5746a27d67 | |
parent | e2fcb942e8e1b546024bf11da1892b69d7af05b0 (diff) |
Add ubuntu toolchain to clang builds
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 3046f5239..4de6f474d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,7 +52,8 @@ matrix: addons: apt: sources: - - llvm-toolchain-xenial-8 + - ubuntu-toolchain-r-test + - llvm-toolchain-trusty-8 packages: - clang-8 - libpcap-dev @@ -65,7 +66,8 @@ matrix: addons: apt: sources: - - llvm-toolchain-xenial-7 + - ubuntu-toolchain-r-test + - llvm-toolchain-trusty-7 packages: - clang-7 - libpcap-dev |