Przeglądaj źródła

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

Kentaro Wada 6 lat temu
rodzic
commit
dacb910dcf
1 zmienionych plików z 1 dodań i 0 usunięć
  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