8000
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 10d8a25 commit e967f0aCopy full SHA for e967f0a
.travis.yml
@@ -0,0 +1,6 @@
1
+language: java
2
+jdk: oraclejdk8
3
+before_install:
4
+ - pip install --user codecov
5
+after_success:
6
+ - codecov
0 commit comments