Explorar el Código

Fix branches.only in .travis.yml

Kentaro Wada hace 6 años
padre
commit
efca164639
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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