summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Geerling <geerlingguy@mac.com>2015-06-17 23:57:35 -0500
committerJeff Geerling <geerlingguy@mac.com>2015-06-17 23:57:35 -0500
commit004011f51f7fd8d9e7e792d4ea1101aa604df0b4 (patch)
tree24733843778791d3031fcf0b7b08c0a421d36519
parent09ae05768d4ca4e20ea428a63459ab0c3409b2ae (diff)
downloadntp-004011f51f7fd8d9e7e792d4ea1101aa604df0b4.tar.gz
ntp-004011f51f7fd8d9e7e792d4ea1101aa604df0b4.tar.bz2
ntp-004011f51f7fd8d9e7e792d4ea1101aa604df0b4.tar.xz
ntp-004011f51f7fd8d9e7e792d4ea1101aa604df0b4.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.
- >