Update .travis.yml to work with codecov.io
This commit is contained in:
parent
985e830779
commit
5ab577f18a
@ -1,3 +1,7 @@
|
||||
language: java
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
before_install:
|
||||
- pip install codecov
|
||||
after_success:
|
||||
- codecov
|
||||
|
Loading…
Reference in New Issue
Block a user