Explorar o código

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

Kentaro Wada %!s(int64=6) %!d(string=hai) anos
pai
achega
dacb910dcf
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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