From 4442d436e0087706094acceccfe6263e98d56ab1 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Fri, 4 Mar 2016 14:09:46 -0600 Subject: [PATCH] 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 --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.30.2