Revert "try to catch EINTR on travis"

This reverts commit 42797d5cff.
pull/263/head
David Wilson 6 years ago
parent 08538d327b
commit 9617f4d7bf

@ -59,7 +59,7 @@ echo travis_fold:end:job_setup
echo travis_fold:start:ansible
/usr/bin/time ./run_ansible_playbook.sh -vvv \
/usr/bin/time ./run_ansible_playbook.sh \
all.yml \
-i "${TMPDIR}/hosts"
echo travis_fold:end:ansible

@ -1,3 +1,3 @@
#- import_playbook: regression/all.yml
- import_playbook: regression/all.yml
- import_playbook: integration/all.yml

Loading…
Cancel
Save