summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Geerling <geerlingguy@mac.com>2015-06-17 23:57:35 -0500
committerJeff Geerling <geerlingguy@mac.com>2016-03-03 22:32:08 -0600
commite47cde09e3b2d8736be1383496d5e5821d5b73fc (patch)
tree24733843778791d3031fcf0b7b08c0a421d36519
parent10c936c1a64b12ad139c214ae7f7444b670b84c3 (diff)
downloadntp-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.yml1
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.
- >