ansible-php/.travis.yml

14 lines
253 B
YAML

env:
- PLATFORM=debian-jessie-php-5.6
- PLATFORM=debian-jessie-php-7.0
sudo: required
language: python
services:
- docker
script:
- docker build -f tests/$PLATFORM.Dockerfile -t test-$PLATFORM . && docker run --name $PLATFORM test-$PLATFORM