ansible-php/.travis.yml

18 lines
365 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
2017-03-17 00:22:32 +07:00
- PLATFORM=debian-jessie-php-7.1
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
2016-03-05 18:06:40 +07:00
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/