1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 16:06:14 +00:00

add test to travis to check if all images in compose can be pulled from docker hub (and can also be started)

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2019-05-14 08:20:34 +02:00
parent 7affd26ff8
commit 0e6ca288ef

View File

@ -36,3 +36,8 @@ deploy:
script: make publish
on:
branch: master
after_deploy:
- provider: script
script: docker system prune -a -f && make test-ci && echo "LDAP_CONTAINER=kopano_ldap" >> .env && make test-ci
on:
branch: master