There was an error while loading. Please reload this page.
1 parent 414a01c commit db7a4dfCopy full SHA for db7a4df
.travis.yml
@@ -4,4 +4,7 @@ jdk:
4
sudo: false
5
script: "mvn cobertura:cobertura"
6
after_success:
7
- - bash <(curl -s https://codecov.io/bash)
+ - bash <(curl -s https://codecov.io/bash)
8
+cache:
9
+ directories:
10
+ - $HOME/.m2
0 commit comments