Skip to content

Commit 7d5be55

Browse files
committed
only run travis on main
1 parent ac5a9b5 commit 7d5be55

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
---
2+
os: linux
23
language: java
34
dist: xenial
4-
5-
65
jdk:
76
- openjdk8
87

8+
# Only run on main (still tests PRs)
9+
branches:
10+
only:
11+
- main
12+
913
notifications:
1014
email: true
1115

0 commit comments

Comments
 (0)