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