Преглед изворни кода

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