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