From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58433) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve0aO-0001Ko-89 for qemu-devel@nongnu.org; Wed, 06 Nov 2013 05:43:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ve0aJ-0002nG-GJ for qemu-devel@nongnu.org; Wed, 06 Nov 2013 05:43:44 -0500 From: alex.bennee@linaro.org Date: Wed, 6 Nov 2013 10:43:36 +0000 Message-Id: <1383734617-10516-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] [PATCH v6] Add .travis.yml metadata for CI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, stefanha@redhat.com From: Alex Bennée Hi, I think this patch is ready to be merged via trivial. While I was testing it last night it caught yet another regression (register_subpage: Assertion, since fixed) so I think it proves it's worth with that alone. Since v5 - Forced the python to 2.4 (our current baseline python) Alex Bennée (1): .travis.yml: basic compile and check recipes .travis.yml | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 .travis.yml -- 1.8.4.2