Ver Fonte

Enable feature branches in .travis.yml

Peter Dimov há 7 anos atrás
pai
commit
da4606f47f
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

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

粤ICP备19079148号