Travis CI with vagrant + docker

This commit is contained in:
Emilien Mantel
2017-06-06 16:27:11 +02:00
parent 7f7087cdb2
commit 1bce22acbd
14 changed files with 103 additions and 89 deletions

View File

@@ -3,7 +3,7 @@
- name: APT | Install php-xdebug
apt: >
pkg="{{ php_apt_prefix }}xdebug"
state=latest
state=present
update_cache=yes
cache_valid_time=3600