Manages PHP 7.1

This commit is contained in:
Emilien Mantel
2017-03-16 18:22:32 +01:00
parent 7727e19da9
commit 2987051153
8 changed files with 63 additions and 10 deletions

View File

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