We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234f323 commit 18d06b0Copy full SHA for 18d06b0
.travis.yml
@@ -0,0 +1,11 @@
1
+language: java
2
+
3
+# While we don't require Java 8 (Java 6 is fine), build with newer
4
+jdk:
5
+ - openjdk8
6
+ - openjdk11
7
8
+# whitelist
9
+branches:
10
+ only:
11
+ - master
0 commit comments