Update .travis.yml
This commit is contained in:
parent
5cabce218a
commit
7ad428cb86
1 changed files with 2 additions and 0 deletions
|
@ -4,3 +4,5 @@ jdk:
|
||||||
sudo: false
|
sudo: false
|
||||||
install: true
|
install: true
|
||||||
script: mvn clean install -e -P let_reporting
|
script: mvn clean install -e -P let_reporting
|
||||||
|
after_success:
|
||||||
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
|
Loading…
Add table
Reference in a new issue