diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2019-03-08 21:32:07 +0100 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2019-03-12 08:35:51 +0100 |
commit | 3ee07e3e72085c1399cf4546a0b73eeedcc7a92f (patch) | |
tree | c3a9cc1d4ba01b7b2ef48a32b229641a04299e71 | |
parent | 57c70767930c0f0cbf93c56c28442cf34eb6af07 (diff) | |
download | curl-3ee07e3e72085c1399cf4546a0b73eeedcc7a92f.tar.gz |
travis: update clang to version 7
Closes https://github.com/curl/curl/pull/3670
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 8faa3716e..7849a3d01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,13 +19,13 @@ addons: retries: true sources: - ubuntu-toolchain-r-test - - llvm-toolchain-trusty-6.0 + - llvm-toolchain-trusty-7 packages: - cmake - gcc-7 - gcc-8 - lcov - - clang-6.0 + - clang-7 - valgrind - libev-dev - libc-ares-dev @@ -41,7 +41,7 @@ addons: - libnss3-dev - gnutls-bin - libgnutls28-dev - - clang-tidy-6.0 + - clang-tidy-7 matrix: include: |