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 8fd7853 commit 0baaa24Copy full SHA for 0baaa24
.travis.yml
@@ -1,3 +1,7 @@
1
language: java
2
jdk:
3
- - openjdk8
+ - openjdk8
4
+before_install:
5
+ - pip install --user codecov
6
+after_success:
7
+ - codecov
0 commit comments