From: Marcel Raad Date: Thu, 20 Jul 2017 13:22:29 +0000 (+0200) Subject: travis: use trusty for coverage build X-Git-Tag: curl-7_60_0~108 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b87c963252d3504552ee0c8cf4402bd65a80af5;p=thirdparty%2Fcurl.git travis: use trusty for coverage build This works now and precise is in the process of being decommissioned. Closes https://github.com/curl/curl/pull/2476 --- diff --git a/.travis.yml b/.travis.yml index e80b585acb..4b01ea7f98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,7 +85,7 @@ matrix: env: T=cmake - os: linux compiler: gcc - dist: precise + dist: trusty env: T=coverage - os: linux compiler: gcc