Travis support many PHP version

pull/5/head
Emilien Mantel 2016-01-22 16:04:26 +01:00
parent ee228b05b6
commit 862848c7f8
4 changed files with 8 additions and 7 deletions

View File

@ -1,6 +1,6 @@
env:
- PLATFORM=debian-wheezy
- PLATFORM=debian-jessie
- PLATFORM=debian-jessie-php-5.6
- PLATFORM=debian-jessie-php-7.0
sudo: required

View File

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

View File

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