summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2016-03-04 14:09:46 -0600
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2016-03-07 10:29:54 -0500
commit4442d436e0087706094acceccfe6263e98d56ab1 (patch)
tree08a5a229df88ccd8423791847dc120107d3cc5fe /.travis.yml
parent1bd52e1fd66c47af690124d74d11ccb271c96f6b (diff)
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 <andrew.cooper3@citrix.com> Signed-off-by: Doug Goldstein <cardoe@cardoe.com> Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
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