mirror of
https://github.com/HanXHX/ansible-php.git
synced 2026-04-15 13:32:09 +07:00
Travis support many PHP version
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
env:
|
env:
|
||||||
- PLATFORM=debian-wheezy
|
- PLATFORM=debian-jessie-php-5.6
|
||||||
- PLATFORM=debian-jessie
|
- PLATFORM=debian-jessie-php-7.0
|
||||||
|
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
|
|||||||
6
tests/debian-jessie-php-7.0.Dockerfile
Normal file
6
tests/debian-jessie-php-7.0.Dockerfile
Normal 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"]
|
||||||
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
FROM williamyeh/ansible:debian7-onbuild
|
|
||||||
|
|
||||||
RUN apt-get update
|
|
||||||
CMD ["sh", "tests/test.sh"]
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user