From 0e6ca288ef31d77d896cbee79210b37eb7e795f2 Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Tue, 14 May 2019 08:20:34 +0200 Subject: [PATCH] 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 --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 38a3eb7..83e98bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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