Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 296f124

Browse files
authored
#395 Ensure master and tags are built by TravisCI
2 parents a0ec416 + 5034a00 commit 296f124

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ sudo: required
33
dist: trusty
44

55
language: java
6-
76
jdk: oraclejdk11
87

8+
branches:
9+
only:
10+
- master
11+
- /^v\d+\.\d+(\.\d+)*(-\S*)?$/
12+
913
install: ./gradlew clean shadowJar
1014
script: ./gradlew check
1115

0 commit comments

Comments
 (0)