Skip to content

Commit 515a1cc

Browse files
committed
Only build master and v\d.*
1 parent 93b0389 commit 515a1cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: python
22
os: linux
3+
branches:
4+
only:
5+
- master
6+
- /^v\d.*$/
37
cache: pip
48
env:
59
global:

0 commit comments

Comments
 (0)