Simplify tests (don't need dotdeb role + force php_version)

This commit is contained in:
Emilien Mantel
2016-03-04 07:12:41 +01:00
parent fd3d404c31
commit e257e8bde7
5 changed files with 18 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
FROM williamyeh/ansible:debian8-onbuild
RUN apt-get update && ansible-galaxy install HanXHX.dotdeb
CMD ["sh", "tests/test.sh", "php-5.6"]
RUN apt-get update
CMD ["sh", "tests/test.sh", "5.6"]