qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v1 6/8] .travis.yml: make current setup explicit


From: Philippe Mathieu-Daudé
Subject: Re: [Qemu-devel] [PATCH v1 6/8] .travis.yml: make current setup explicit
Date: Thu, 31 May 2018 13:12:16 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

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 <address@hidden>

Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Tested-by: Philippe Mathieu-Daudé <address@hidden>

> ---
>  .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"
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]