travis: update clang to version 7

Closes https://github.com/curl/curl/pull/3670
This commit is contained in:
Marcel Raad 2019-03-08 21:32:07 +01:00
parent 57c7076793
commit 3ee07e3e72
No known key found for this signature in database
GPG Key ID: 33C416EFAE4D6F02
1 changed files with 3 additions and 3 deletions

View File

@ -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: