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

@@ -0,0 +1,7 @@
---
- name: APT | Install DotDeb key
apt_key: url='http://www.dotdeb.org/dotdeb.gpg' state=present
- name: APT | Add Dotdeb repository
apt_repository: repo='deb http://packages.dotdeb.org {{ ansible_distribution_release }} all' state=present

7
tests/includes/sury.yml Normal file
View File

@@ -0,0 +1,7 @@
---
- name: APT | Install Sury key
apt_key: url='https://packages.sury.org/php/apt.gpg' state=present
- name: APT | Add Sury repository
apt_repository: repo='deb https://packages.sury.org/php/ {{ ansible_distribution_release }} main' state=present