From a57c2f1a10d966dae84fccd19e201317814d079a Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 7 May 2018 16:36:11 +0800 Subject: [PATCH] Remove not applicable tests --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index e534483..33769aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,12 +18,5 @@ script: # Run tests. - ${PWD}/tests/test.sh - # Setup test site. - - 'docker exec ${container_id} mkdir -p /var/www/test' - - 'docker exec ${container_id} bash -c "echo Success >| /var/www/test/index.html"' - - # Make sure virtualhost exists. - - 'docker exec --tty ${container_id} env TERM=xterm curl http://localhost/ | grep "Success"' - notifications: webhooks: https://galaxy.ansible.com/api/v1/notifications/