We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b09308 commit 357a8fbCopy full SHA for 357a8fb
1 file changed
.travis.yml
@@ -2,4 +2,7 @@ language: java
2
jdk:
3
- openjdk8
4
- openjdk11
5
+install: {}
6
+script:
7
+ - ./gradlew assemble check
8
0 commit comments