[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 1/3] travis: skip building coverity, smoke, and master
Skip building of the coverity, smoke and master branches since they just fast forward from staging. Suggested-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Signed-off-by: Doug Goldstein <cardoe@xxxxxxxxxx> --- CC: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> CC: Jan Beulich <jbeulich@xxxxxxxx> CC: Keir Fraser <keir@xxxxxxx> CC: Tim Deegan <tim@xxxxxxx> CC: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6693af2..74fa14e 100644 --- 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 matrix: include: - compiler: gcc -- 2.4.10 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |