]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
.travis.yml: make current setup explicit
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 30 May 2018 08:04:04 +0000 (09:04 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 1 Jun 2018 14:00:54 +0000 (15:00 +0100)
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 <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
.travis.yml

index f91db3ab1a1dead526637b4facdfc06fe2d9593f..7197247a34307f4e1f99ad0c9041eb3908703040 100644 (file)
@@ -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"