Skip to content

Commit 6c6d372

Browse files
committed
Run Travis on main and PRs only
1 parent c511d9a commit 6c6d372

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ language: python
33
dist: xenial
44
cache: pip
55

6+
# Only run on main (still tests PRs)
7+
branches:
8+
only:
9+
- main
10+
611
notifications:
712
email: true
813

0 commit comments

Comments
 (0)