ansible-php/.travis.yml

14 lines
253 B
YAML
Raw Normal View History

2015-07-24 17:11:42 +07:00
env:
2016-01-22 22:04:26 +07:00
- PLATFORM=debian-jessie-php-5.6
- PLATFORM=debian-jessie-php-7.0
2015-07-24 17:11:42 +07:00
2015-10-08 00:38:24 +07:00
sudo: required
2015-07-24 17:11:42 +07:00
2015-10-08 00:38:24 +07:00
language: python
services:
- docker
2015-07-24 17:11:42 +07:00
script:
2015-10-08 00:38:24 +07:00
- docker build -f tests/$PLATFORM.Dockerfile -t test-$PLATFORM . && docker run --name $PLATFORM test-$PLATFORM