From: Alex Bennée Date: Wed, 30 May 2018 08:04:04 +0000 (+0100) Subject: .travis.yml: make current setup explicit X-Git-Tag: qemu-xen-4.12.0-rc1~196^2~1 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=044722d507bc846501da8d43b5f372a49d6b513f;p=qemu-xen.git .travis.yml: make current setup explicit Add some commentary and make the selection of Container based Trusty build explicit. We will need to add VM builds later when using docker. Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé --- diff --git a/.travis.yml b/.travis.yml index f91db3ab1a..7197247a34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,8 @@ +# The current Travis default is a container based 14.04 Trust on EC2 +# Additional builds with specific requirements for a full VM need to +# be added as additional matrix: entries later on sudo: false +dist: trusty language: c python: - "2.6"