Sfoglia il codice sorgente

Enable feature branches in .travis.yml

Peter Dimov 7 anni fa
parent
commit
da4606f47f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

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

粤ICP备19079148号