From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFJui-0003rG-CE for qemu-devel@nongnu.org; Tue, 21 Jun 2016 07:32:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bFJuc-00059I-Vp for qemu-devel@nongnu.org; Tue, 21 Jun 2016 07:32:16 -0400 Received: from mail-lf0-x236.google.com ([2a00:1450:4010:c07::236]:36641) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFJuc-000599-O0 for qemu-devel@nongnu.org; Tue, 21 Jun 2016 07:32:10 -0400 Received: by mail-lf0-x236.google.com with SMTP id q132so19125866lfe.3 for ; Tue, 21 Jun 2016 04:32:10 -0700 (PDT) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Tue, 21 Jun 2016 12:32:06 +0100 Message-Id: <1466508727-31297-3-git-send-email-alex.bennee@linaro.org> In-Reply-To: <1466508727-31297-1-git-send-email-alex.bennee@linaro.org> References: <1466508727-31297-1-git-send-email-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 2/3] .travis.yml: add trusty GCE target List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: qemu-devel@nongnu.org, =?UTF-8?q?Alex=20Benn=C3=A9e?= If we want to run our docker based tests we'll need to do them on a normal VM with docker support. Lets just enable the build on trusty for now to check against a newer Ubuntu. Signed-off-by: Alex Bennée --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index beb98d3..cde7d1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -89,3 +89,13 @@ matrix: - env: CONFIG="" os: osx compiler: clang + - env: CONFIG="" + sudo: required + addons: + dist: trusty + compiler: gcc + before_install: + - sudo apt-get update -qq + - sudo apt-get build-dep -qq qemu + - wget -O - http://people.linaro.org/~alex.bennee/qemu-submodule-git-seed.tar.xz | tar -xvJ + - git submodule update --init --recursive -- 2.7.4