mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:25: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
|
sudo: false
|
||||||
install: true
|
install: true
|
||||||
|
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
sonarcloud:
|
sonarcloud:
|
||||||
organization: "nqkavkey"
|
organization: "nqkavkey"
|
||||||
|
|
Loading…
Reference in a new issue