Fixes #24: Add travis_wait to fix builds that take longer than 10 minutes.
This commit is contained in:
parent
a80e860e6e
commit
c9345f05af
@ -34,7 +34,7 @@ script:
|
|||||||
- "ansible-playbook main.yml --syntax-check"
|
- "ansible-playbook main.yml --syntax-check"
|
||||||
|
|
||||||
# Test the playbook.
|
# Test the playbook.
|
||||||
- "ansible-playbook --extra-vars '{\"configure_sudoers\":\"false\"}' main.yml"
|
- "travis_wait 30 ansible-playbook --extra-vars '{\"configure_sudoers\":\"false\"}' main.yml"
|
||||||
|
|
||||||
# Test the playbook's idempotence.
|
# Test the playbook's idempotence.
|
||||||
- idempotence=$(mktemp)
|
- idempotence=$(mktemp)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user