Files
ansible-php/tests/debian-wheezy.Dockerfile
Emilien Mantel 1aa367ed9a Add travis CI
2015-07-24 12:11:42 +02:00

6 lines
89 B
Docker

FROM williamyeh/ansible:debian7-onbuild
RUN apt-get update
CMD ["sh", "tests/test.sh"]