1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-24 17:18:48 -05:00

travis: update scan-build job to xenial

Closes https://github.com/curl/curl/pull/3999
This commit is contained in:
Marcel Raad 2019-06-08 15:02:07 +02:00
parent 4ae6b5bb85
commit 99a49d661f
No known key found for this signature in database
GPG Key ID: FE4D8BC5EE1701DD

View File

@ -332,7 +332,7 @@ matrix:
- libpsl-dev - libpsl-dev
- os: linux - os: linux
compiler: clang compiler: clang
dist: trusty dist: xenial
env: env:
- T=scan-build - T=scan-build
- OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7" - OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7"
@ -344,6 +344,7 @@ matrix:
packages: packages:
- *common_packages - *common_packages
- clang-7 - clang-7
- libpsl-dev
- os: linux - os: linux
compiler: clang compiler: clang
dist: xenial dist: xenial