From 3a886cfbebd0fdf4bf136fb75390ad40adef3344 Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Tue, 14 May 2019 10:26:43 +0200 Subject: [PATCH] Revert "add test to travis to check if all images in compose can be pulled from docker hub (and can also be started)" This reverts commit 0e6ca288ef31d77d896cbee79210b37eb7e795f2. --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) 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