From 0b87c963252d3504552ee0c8cf4402bd65a80af5 Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Thu, 20 Jul 2017 15:22:29 +0200 Subject: 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e80b585ac..4b01ea7f9 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 -- cgit v1.2.1