Test playbook execution with travis

This commit is contained in:
Emilien Mantel
2016-09-25 12:47:36 +02:00
parent 17f3731450
commit 293ee332dd
5 changed files with 32 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
FROM williamyeh/ansible:debian8-onbuild
RUN apt-get update
CMD ["sh", "tests/test.sh"]
CMD ["sh", "tests/travis.sh"]