Re: [Xen-devel] [PATCH 1/3] travis: skip building coverity, smoke, and master

2016-03-04 Thread Doug Goldstein
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

Re: [Xen-devel] [PATCH 1/3] travis: skip building coverity, smoke, and master

2016-03-04 Thread Doug Goldstein
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 >> +

Re: [Xen-devel] [PATCH 1/3] travis: skip building coverity, smoke, and master

2016-03-04 Thread Jan Beulich
>>> 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

Re: [Xen-devel] [PATCH 1/3] travis: skip building coverity, smoke, and master

2016-03-04 Thread Andrew Cooper
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

[Xen-devel] [PATCH 1/3] travis: skip building coverity, smoke, and master

2016-03-04 Thread Doug Goldstein
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