]> granicus.if.org Git - curl/commitdiff
travis: explicitly specify dist
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Thu, 3 Aug 2017 09:01:25 +0000 (11:01 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Fri, 4 Aug 2017 07:59:42 +0000 (09:59 +0200)
This makes the builds more reproducible as travis is currently rolling
out trusty as default dist [1]. Specifically, this avoids coverage
check failures when trusty is used as seen in [2] until we figure out
what's wrong.

[1] https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming
[2] https://github.com/curl/curl/pull/1692

Closes https://github.com/curl/curl/pull/1725

.travis.yml

index 606c4a23670adafbf23d6f08b1fa00e8b89147c8..43c1e25d43f0c48e174b5fbe2fcd97ded3df422f 100644 (file)
@@ -23,9 +23,11 @@ matrix:
     include:
         - os: linux
           compiler: gcc
+          dist: trusty
           env: T=normal
         - os: linux
           compiler: clang
+          dist: trusty
           env: T=debug
         - os: osx
           compiler: gcc
@@ -52,9 +54,11 @@ matrix:
           env: T=cmake
         - os: linux
           compiler: gcc
+          dist: precise
           env: T=coverage
         - os: linux
           compiler: gcc
+          dist: trusty
           env: T=distcheck
 
 install: