diff options
| author | Jeff Geerling <geerlingguy@mac.com> | 2015-06-17 23:57:35 -0500 | 
|---|---|---|
| committer | Jeff Geerling <geerlingguy@mac.com> | 2016-03-03 22:32:08 -0600 | 
| commit | e47cde09e3b2d8736be1383496d5e5821d5b73fc (patch) | |
| tree | 24733843778791d3031fcf0b7b08c0a421d36519 | |
| parent | 10c936c1a64b12ad139c214ae7f7444b670b84c3 (diff) | |
| download | ntp-e47cde09e3b2d8736be1383496d5e5821d5b73fc.tar.gz ntp-e47cde09e3b2d8736be1383496d5e5821d5b73fc.tar.bz2 ntp-e47cde09e3b2d8736be1383496d5e5821d5b73fc.tar.xz ntp-e47cde09e3b2d8736be1383496d5e5821d5b73fc.zip | |
Bump Travis to test a little nicer.
| -rw-r--r-- | .travis.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.travis.yml b/.travis.yml index 556ece7..c69e288 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ script:    # Run the role/playbook with ansible-playbook.    - "ansible-playbook -i tests/inventory tests/$SITE --connection=local --sudo" +  - "ansible-playbook -i tests/inventory tests/$SITE --connection=local --sudo"    # Run the role/playbook again, checking to make sure it's idempotent.    - > | 
