diff mbox series

[v1,6/8] .travis.yml: make current setup explicit

Message ID 20180530110655.22022-7-alex.bennee@linaro.org
State New
Headers show
Series Travis stability and a few docker patches | expand

Commit Message

Alex Bennée May 30, 2018, 11:06 a.m. UTC
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>
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Philippe Mathieu-Daudé May 31, 2018, 4:12 p.m. UTC | #1
On 05/30/2018 08:06 AM, Alex Bennée wrote:
> 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 | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/.travis.yml b/.travis.yml
> index 85ee2a1edb..e99af6f357 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"
>
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 85ee2a1edb..e99af6f357 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"