mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Add docker to the travis config
This commit is contained in:
parent
3fffb7234e
commit
f80905648c
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ language: java
|
|||
sudo: false
|
||||
install: true
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
addons:
|
||||
sonarcloud:
|
||||
organization: "nqkavkey"
|
||||
|
|
Loading…
Reference in a new issue