Update .travis.yml
Another try
This commit is contained in:
parent
5ab577f18a
commit
ea700755b6
@ -1,7 +1,10 @@
|
||||
language: java
|
||||
sudo: false # faster builds
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
|
||||
before_install:
|
||||
- pip install codecov
|
||||
- pip install --user codecov
|
||||
|
||||
after_success:
|
||||
- codecov
|
||||
|
Loading…
Reference in New Issue
Block a user