diff --git a/.travis.yml b/.travis.yml index af8af4f..e72fb61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,8 +23,10 @@ before_script: - docker logs mailman-core script: - - tests/core.sh + - tests/core.sh + +after_success: + - sh .travis/deploy_dockerhub.sh after_script: - docker-compose down - - sh .travis/deploy_dockerhub.sh