From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56168) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dNsrr-0005gH-9V for qemu-devel@nongnu.org; Wed, 21 Jun 2017 23:33:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dNsrq-0004tN-6z for qemu-devel@nongnu.org; Wed, 21 Jun 2017 23:33:15 -0400 Received: from mail-qk0-x242.google.com ([2607:f8b0:400d:c09::242]:36612) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dNsrq-0004sq-2l for qemu-devel@nongnu.org; Wed, 21 Jun 2017 23:33:14 -0400 Received: by mail-qk0-x242.google.com with SMTP id r62so604018qkf.3 for ; Wed, 21 Jun 2017 20:33:13 -0700 (PDT) Sender: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Thu, 22 Jun 2017 00:32:17 -0300 Message-Id: <20170622033231.19344-8-f4bug@amsat.org> In-Reply-To: <20170622033231.19344-1-f4bug@amsat.org> References: <20170622033231.19344-1-f4bug@amsat.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v2 07/21] travis: update sudo-enabled Trusty images List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, =?UTF-8?q?Alex=20Benn=C3=A9e?= , Fam Zheng , Peter Maydell Cc: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= see https://blog.travis-ci.com/2017-06-19-trusty-updates-2017-Q2 Signed-off-by: Philippe Mathieu-Daudé --- .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