qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v6 18/18] shippable: restrict builds to master/stagi


From: Philippe Mathieu-Daudé
Subject: [Qemu-devel] [PATCH v6 18/18] shippable: restrict builds to master/staging and shippable* branches
Date: Tue, 11 Jul 2017 00:10:00 -0300

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
 .shippable.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.shippable.yml b/.shippable.yml
index 4c8a85941f..1f05d934e4 100644
--- a/.shippable.yml
+++ b/.shippable.yml
@@ -1,6 +1,11 @@
 language: c
 git:
    submodules: false
+branches:
+  only:
+    - master
+    - staging
+    - shippable*
 env:
   global:
     - LC_ALL=C
-- 
2.13.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]