Browse Source

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

Kentaro Wada 6 năm trước cách đây
mục cha
commit
dacb910dcf
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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