mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 13:35:50 +00:00
adding Travis and coverage Test
This commit is contained in:
parent
cdbfafe077
commit
df4e80f087
1 changed files with 3 additions and 0 deletions
|
@ -1,2 +1,5 @@
|
|||
language: java
|
||||
jdk: oraclejdk8
|
||||
script:
|
||||
- mvn cobertura:cobertura test
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
|
Loading…
Reference in a new issue