Explorar el Código

Enable feature branches in .travis.yml

Peter Dimov hace 7 años
padre
commit
da4606f47f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -9,6 +9,7 @@ branches:
   only:
     - master
     - develop
+    - /feature\/.*/
 
 dist: trusty
 

粤ICP备19079148号