diff --git a/.travis.yml b/.travis.yml index 83e98bf..38a3eb7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,8 +36,3 @@ 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