Update .travis.yml to work with codecov.io

This commit is contained in:
Christian Basler 2016-02-03 17:09:26 +01:00
parent 985e830779
commit 5ab577f18a
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
language: java
jdk:
- oraclejdk8
before_install:
- pip install codecov
after_success:
- codecov