From 565678e55971de278023fdc59d449eb2bc0afb82 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Sun, 25 Sep 2016 15:49:13 -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 d5ec00c..1ee8c0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,9 +45,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/