1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-23 08:38:49 -05:00

travis: update mesalink build to xenial

Closes https://github.com/curl/curl/pull/3842
This commit is contained in:
Marcel Raad 2019-05-04 19:39:49 +02:00
parent 3a03e59048
commit 21d070a0cb
No known key found for this signature in database
GPG Key ID: 33C416EFAE4D6F02

View File

@ -116,7 +116,7 @@ matrix:
- libpsl-dev
- os: linux
compiler: gcc
dist: trusty
dist: xenial
env:
- T=debug-mesalink C="--with-mesalink --without-ssl"
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"