ansible-php/.travis.yml

14 lines
237 B
YAML
Raw Normal View History

2015-07-24 17:11:42 +07:00
env:
2015-10-08 00:38:24 +07:00
- PLATFORM=debian-wheezy
- PLATFORM=debian-jessie
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