diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2017-08-03 11:01:25 +0200 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2017-08-04 09:59:42 +0200 |
commit | b7386c0ac96e70a5f2bddeea5ba742d56d1c1fb7 (patch) | |
tree | 5de192917f58b74237b633462d6498270575f77b /.travis.yml | |
parent | fdb163c73aa8fdcea8e8fa96cd1f82a3ba74527b (diff) | |
download | curl-b7386c0ac96e70a5f2bddeea5ba742d56d1c1fb7.tar.gz |
travis: explicitly specify dist
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
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 606c4a236..43c1e25d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: |