From 7a748c8d71428ec6161d4b055accd2b6853ac3ee Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Sat, 1 Apr 2017 16:07:28 -0500 Subject: Add gitignore and use shipping test.sh. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis.yml') 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} -- cgit v1.2.3