浏览代码

Add version tag to branches.only section in .travis.yml

Kentaro Wada 6 年之前
父节点
当前提交
dacb910dcf
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -10,6 +10,7 @@ dist: trusty
 branches:
   only:
     - master
+    - /v\d+\.\d+.\d+[a-z]/
 
 notifications:
   email: false