aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2018-05-30 09:04:04 +0100
committerAlex Bennée <alex.bennee@linaro.org>2018-06-01 15:00:54 +0100
commit044722d507bc846501da8d43b5f372a49d6b513f (patch)
tree2cc8387bf30c743c25fd92ed6bdc4f5b80bda29e /.travis.yml
parentae6d692d88fe5e855fb2d0eee38255bb84d558e4 (diff)
.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 <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
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"