see https://blog.travis-ci.com/2017-06-19-trusty-updates-2017-Q2
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
.travis.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 29c9ef72a4..e60a5cd8e6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -128,6 +128,7 @@ matrix:
- sudo: required
addons:
dist: trusty
+ group: edge
language: generic
compiler: none
env:
@@ -147,6 +148,7 @@ matrix:
- sudo: required
addons:
dist: trusty
+ group: edge
language: generic
compiler: none
env:
@@ -230,6 +232,7 @@ matrix:
# We run on the trusty Travis hosts so that there's a wider set of
# dependencies satisfied to improve coverage.
- dist: trusty
+ group: edge
env:
- COVERITY=1
- COVERITY_BUILD_CMD="make -j3"
--
2.11.0