Remove sudo requirement from Travis build.

This commit is contained in:
Jeff Geerling 2016-09-25 15:49:13 -05:00
parent c84f967a08
commit 565678e559

View File

@ -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/