ansible-nginx/.travis.yml

21 lines
768 B
YAML
Raw Normal View History

2016-10-13 15:19:24 +07:00
matrix:
include:
- env: PLATFORM=debian-jessie ORIGIN=debian NGINX_PHP56=true NGINX_PHP70=false NGINX_BACKPORTS=false DOTDEB=false
- env: PLATFORM=debian-jessie ORIGIN=backports NGINX_PHP56=true NGINX_PHP70=false NGINX_BACKPORTS=true DOTDEB=false
- env: PLATFORM=debian-jessie ORIGIN=dotdeb NGINX_PHP56=true NGINX_PHP70=true NGINX_BACKPORTS=false DOTDEB=true
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
2016-10-13 15:19:24 +07:00
dist: trusty
2015-10-08 00:31:12 +07:00
language: python
services:
- docker
2015-08-04 17:26:38 +07:00
script:
2016-10-13 15:19:24 +07:00
- docker build -f tests/$PLATFORM.Dockerfile -t test-$PLATFORM . && docker run -e "DOTDEB=$DOTDEB" -e "NGINX_PHP56=$NGINX_PHP56" -e "NGINX_PHP70=$NGINX_PHP70" -e "NGINX_BACKPORTS=$NGINX_BACKPORTS" --name $PLATFORM test-$PLATFORM
2016-03-05 18:06:08 +07:00
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/