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 1e2a729 commit cd6ee70Copy full SHA for cd6ee70
.travis.yml
@@ -1,5 +1,10 @@
1
-language: java
2
sudo: false
+language: java
3
+jdk:
4
+- oraclejdk8
5
+cache:
6
+ directories:
7
+ - $HOME/.m2
8
9
after_success:
10
- bash <(curl -s https://codecov.io/bash)
0 commit comments