Update .travis.yml
This commit is contained in:
parent
32dbe60ae8
commit
1209324936
@ -10,6 +10,12 @@ cache:
|
|||||||
script:
|
script:
|
||||||
- mvn clean install -B && mvn clean -B
|
- mvn clean install -B && mvn clean -B
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- pip install --user codecov
|
||||||
|
|
||||||
|
after_success:
|
||||||
|
- codecov
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
webhooks:
|
webhooks:
|
||||||
urls:
|
urls:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user