diff options
author | Jeff Geerling <geerlingguy@mac.com> | 2017-04-01 16:07:28 -0500 |
---|---|---|
committer | Jeff Geerling <geerlingguy@mac.com> | 2017-04-01 16:07:28 -0500 |
commit | 7a748c8d71428ec6161d4b055accd2b6853ac3ee (patch) | |
tree | d0dd1a1e5ef92912db45ea10f4ec53576fed511a /.travis.yml | |
parent | bbe9066d500b3c7c37bb5280e4280d46f055b525 (diff) | |
download | ntp-7a748c8d71428ec6161d4b055accd2b6853ac3ee.tar.gz ntp-7a748c8d71428ec6161d4b055accd2b6853ac3ee.tar.bz2 ntp-7a748c8d71428ec6161d4b055accd2b6853ac3ee.tar.xz ntp-7a748c8d71428ec6161d4b055accd2b6853ac3ee.zip |
Add gitignore and use shipping test.sh.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a829b5f..5e152aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,10 @@ env: # - distro: debian8 script: + # Download test shim. + - wget -O ${PWD}/tests/test.sh https://gist.githubusercontent.com/geerlingguy/73ef1e5ee45d8694570f334be385e181/raw/51ef4c5aea346b3f8dd2c2518233a70dac6407d9/ansible-role-test.sh + - chmod +x ${PWD}/tests/test.sh + # Run tests. - ${PWD}/tests/test.sh ${distro} |