]> xenbits.xensource.com Git - people/liuw/xen.git/commitdiff
travis: skip building coverity, smoke, and master
authorDoug Goldstein <cardoe@cardoe.com>
Fri, 4 Mar 2016 20:09:46 +0000 (14:09 -0600)
committerWei Liu <wei.liu2@citrix.com>
Tue, 15 Mar 2016 16:32:34 +0000 (16:32 +0000)
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>
.travis.yml

index 6693af2b3fc7cc7c6573c583257726ba0f4288dc..6803e2f00ea786146747f612c21512f9156f11eb 100644 (file)
@@ -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