Skip to content

Commit fdb7c52

Browse files
committed
travis: Only test in master and PRs
See also: https://stackoverflow.com/q/31882306
1 parent 32fb3fc commit fdb7c52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ python:
66
- 3.7
77
- pypy
88
- pypy3
9+
if: (type = push AND branch IN (master)) OR (type = pull_request)
910
env:
1011
global:
1112
- RETRY_TIMEOUT_SECONDS=15

0 commit comments

Comments
 (0)