Update .travis.yml

Another try
This commit is contained in:
Christian Basler 2016-02-03 17:17:31 +01:00
parent 5ab577f18a
commit ea700755b6

View File

@ -1,7 +1,10 @@
language: java
sudo: false # faster builds
jdk:
- oraclejdk8
before_install:
- pip install codecov
- pip install --user codecov
after_success:
- codecov