mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 08:35:49 +00:00
Arreglos traviss
This commit is contained in:
parent
6e3869f747
commit
2770469230
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ before_install:
|
||||||
- mysql -e 'CREATE DATABASE cheapy;'
|
- mysql -e 'CREATE DATABASE cheapy;'
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
after_success:
|
after_success:
|
||||||
- ls target
|
- ls
|
||||||
- java -jar ~/codacy-coverage-reporter-assembly-latest.jar report -l Java -r target/jacoco.xml
|
- java -jar ~/codacy-coverage-reporter-assembly-latest.jar report -l Java -r target/jacoco.xml
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue