summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Geerling <geerlingguy@mac.com>2016-03-03 22:53:50 -0600
committerJeff Geerling <geerlingguy@mac.com>2016-03-03 22:53:50 -0600
commit304edfae5385ae8bccc5a22953960aac009dbfa9 (patch)
tree898df4f183cb9f603d7827d9e7e44188b5b72a4b
parent836d4144c3090636fa74bedd55842ba19bc7c1dc (diff)
downloadntp-304edfae5385ae8bccc5a22953960aac009dbfa9.tar.gz
ntp-304edfae5385ae8bccc5a22953960aac009dbfa9.tar.bz2
ntp-304edfae5385ae8bccc5a22953960aac009dbfa9.tar.xz
ntp-304edfae5385ae8bccc5a22953960aac009dbfa9.zip
Update Travis test for idempotence insight.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 11a7369..48c5bb9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,6 +22,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.
- >