Skip to content

Commit

Permalink
Another try at fixing epel install testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Sep 16, 2016
1 parent 6e8cd6a commit fc077f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ script:
- 'sudo docker run --detach --volume="${PWD}":/etc/ansible/roles/role_under_test:ro ${run_opts} geerlingguy/docker-${distro}-ansible:latest "${init}" > "${container_id}"'

# Ensure EPEL repo is removed.
- 'sudo docker exec --tty "$(cat ${container_id})" env TERM=xterm rm -f /etc/yum.repos.d/epel.repo'
- 'sudo docker exec --tty "$(cat ${container_id})" env TERM=xterm yum -y remove epel-release'

# Ansible syntax check.
- 'sudo docker exec --tty "$(cat ${container_id})" env TERM=xterm ansible-playbook /etc/ansible/roles/role_under_test/tests/test.yml --syntax-check'
Expand Down

0 comments on commit fc077f5

Please sign in to comment.