From 7ed298609c6d164548ba116c979683135e98db12 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 7 Sep 2017 13:48:35 -0700 Subject: [PATCH] travis: Downgrade to previous images temporarily Travis is in the process of [rolling out an update][update] but looks like our tests are breaking, let's temporarily roll back to get the queue moving again. [update]: https://blog.travis-ci.com/2017-08-29-trusty-image-updates --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d3155469303..0eb700e4e3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: shell sudo: required dist: trusty +# FIXME(#44398) shouldn't need to be here +group: deprecated-2017Q3 services: - docker