aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcel Raad <Marcel.Raad@teamviewer.com>2019-05-04 19:39:49 +0200
committerMarcel Raad <Marcel.Raad@teamviewer.com>2019-05-08 10:24:19 +0200
commit21d070a0cb3b980c94f72375e2d8553ad5403aec (patch)
tree5932a28eafe31df5de1d277e5a1f2330e462e6de /.travis.yml
parent3a03e59048d6b3e62f56baf4b4bd0cba5f26fe17 (diff)
travis: update mesalink build to xenial
Closes https://github.com/curl/curl/pull/3842
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d4b848c8d..3ea020160 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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"