diff options
author | Jeff Geerling <geerlingguy@mac.com> | 2015-06-17 23:57:35 -0500 |
---|---|---|
committer | Jeff Geerling <geerlingguy@mac.com> | 2015-06-17 23:57:35 -0500 |
commit | 004011f51f7fd8d9e7e792d4ea1101aa604df0b4 (patch) | |
tree | 24733843778791d3031fcf0b7b08c0a421d36519 /.travis.yml | |
parent | 09ae05768d4ca4e20ea428a63459ab0c3409b2ae (diff) | |
download | ntp-004011f51f7fd8d9e7e792d4ea1101aa604df0b4.tar.gz ntp-004011f51f7fd8d9e7e792d4ea1101aa604df0b4.tar.bz2 ntp-004011f51f7fd8d9e7e792d4ea1101aa604df0b4.tar.xz ntp-004011f51f7fd8d9e7e792d4ea1101aa604df0b4.zip |
Bump Travis to test a little nicer.
Diffstat (limited to '.travis.yml')
-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. - > |