浏览代码

Add stable release branch to CI

Camilla Löwy 6 年之前
父节点
当前提交
0ccb690853
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      .appveyor.yml
  2. 1 0
      .travis.yml

+ 1 - 0
.appveyor.yml

@@ -2,6 +2,7 @@ branches:
     only:
         - ci
         - master
+        - 3.3-stable
 skip_tags: true
 environment:
     CFLAGS: /WX

+ 1 - 0
.travis.yml

@@ -4,6 +4,7 @@ branches:
     only:
         - ci
         - master
+        - 3.3-stable
 matrix:
     include:
         - os: linux