ansible-nginx/.travis.yml

17 lines
314 B
YAML
Raw Normal View History

2015-08-04 17:26:38 +07:00
env:
2015-10-08 00:31:12 +07:00
- PLATFORM=debian-wheezy
- PLATFORM=debian-jessie
2015-08-04 17:26:38 +07:00
2015-10-08 00:31:12 +07:00
sudo: required
2015-08-04 17:26:38 +07:00
2015-10-08 00:31:12 +07:00
language: python
services:
- docker
2015-08-04 17:26:38 +07:00
script:
2015-10-08 00:31:12 +07:00
- docker build -f tests/$PLATFORM.Dockerfile -t test-$PLATFORM . && docker run --name $PLATFORM test-$PLATFORM
2016-03-05 18:06:08 +07:00
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/