Philippe Mathieu-Daudé <f4...@amsat.org> writes: > see https://blog.travis-ci.com/2017-06-19-trusty-updates-2017-Q2 > > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org>
The way I read that blog post is group: edge is for testing things still work but you probably don't want to merge that into your master branch. Otherwise we'll automatically be running the bleeding edge. > --- > .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" -- Alex Bennée