Skip to content

Commit 3c386bf

Browse files
committed
Add branch allow-list back in travis settings
1 parent 6fb05c8 commit 3c386bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ jdk:
66
- openjdk8
77
- openjdk11
88

9+
# Avoid bogus branches
10+
branches:
11+
only:
12+
- "2.12"
13+
914
# Below this line is configuration for deploying to the Sonatype OSS repo
1015
# https://knowm.org/configure-travis-ci-to-deploy-snapshots/
1116

0 commit comments

Comments
 (0)