From: Doug Goldstein Date: Fri, 4 Mar 2016 20:09:46 +0000 (-0600) Subject: travis: skip building coverity, smoke, and master X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~1582 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4442d436e0087706094acceccfe6263e98d56ab1;p=xen.git travis: skip building coverity, smoke, and master Skip building of the coverity, smoke, stable, and master branches since they just fast forward from staging. Suggested-by: Andrew Cooper Signed-off-by: Doug Goldstein Reviewed-by: Konrad Rzeszutek Wilk --- diff --git a/.travis.yml b/.travis.yml index 6693af2b3f..6803e2f00e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,13 @@ language: c dist: trusty sudo: required +# don't test master, smoke and coverity branches +branches: + except: + - master + - smoke + - /^coverity-tested\/.*/ + - /^stable-.*/ matrix: include: - compiler: gcc