From bdba3503da7ec1f614478d4ec6b6353174b2762b Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Sun, 25 Sep 2016 15:49:09 -0500 Subject: [PATCH] Remove sudo requirement from Travis build. --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index fc0c966..eea0fba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,9 +42,5 @@ script: && (echo 'Idempotence test: pass' && exit 0) || (echo 'Idempotence test: fail' && exit 1) -after_success: - # Clean up. - - 'docker stop "$(cat ${container_id})"' - notifications: webhooks: https://galaxy.ansible.com/api/v1/notifications/