소스 검색

.travis.yml: work around Travis's tag blindness using a regexp

Stephen Gold 6 년 전
부모
커밋
6d25a29e0a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -5,6 +5,7 @@ branches:
   only:
   - master
   - v3.2
+  - /^v3.2.*$/
 
 matrix:
   include: