mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 21:45:49 +00:00
Cleaning travis file
This commit is contained in:
parent
39ef48c965
commit
fb7703438c
1 changed files with 1 additions and 4 deletions
|
@ -10,14 +10,11 @@ cache:
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- python-pip
|
|
||||||
- oracle-java8-installer
|
- oracle-java8-installer
|
||||||
- oracle-java8-set-default
|
- oracle-java8-set-default
|
||||||
|
|
||||||
install:
|
after_script:
|
||||||
- echo $VAULT_PASSWORD > /tmp/vault
|
- echo $VAULT_PASSWORD > /tmp/vault
|
||||||
|
|
||||||
script:
|
|
||||||
- ./deploy/deploy.sh
|
- ./deploy/deploy.sh
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|
Loading…
Reference in a new issue