On 3/4/16 9:30 AM, Andrew Cooper wrote:
> On 04/03/16 14:46, Doug Goldstein wrote:
>> Skip building of the coverity, smoke and master branches since they just
>> fast forward from staging.
>>
>> Suggested-by: Andrew Cooper
>> Signed-off-by: Doug Goldstein
>> ---
>> CC: Ian Jackson
>> CC: Jan Beu
On 3/4/16 9:48 AM, Jan Beulich wrote:
On 04.03.16 at 15:46, wrote:
>> --- a/.travis.yml
>> +++ b/.travis.yml
>> @@ -1,6 +1,12 @@
>> language: c
>> dist: trusty
>> sudo: required
>> +# don't test master, smoke and coverity branches
>> +branches:
>> +except:
>> +- master
>> +
>>> On 04.03.16 at 15:46, wrote:
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -1,6 +1,12 @@
> language: c
> dist: trusty
> sudo: required
> +# don't test master, smoke and coverity branches
> +branches:
> +except:
> +- master
> +- smoke
> +- coverity-tested/master
W
On 04/03/16 14:46, Doug Goldstein wrote:
> Skip building of the coverity, smoke and master branches since they just
> fast forward from staging.
>
> Suggested-by: Andrew Cooper
> Signed-off-by: Doug Goldstein
> ---
> CC: Ian Jackson
> CC: Jan Beulich
> CC: Keir Fraser
> CC: Tim Deegan
> CC: A
Skip building of the coverity, smoke and master branches since they just
fast forward from staging.
Suggested-by: Andrew Cooper
Signed-off-by: Doug Goldstein
---
CC: Ian Jackson
CC: Jan Beulich
CC: Keir Fraser
CC: Tim Deegan
CC: Andrew Cooper
---
.travis.yml | 6 ++
1 file changed, 6 i