ansible-mysql/.travis.yml

18 lines
617 B
YAML
Raw Normal View History

2016-09-25 17:47:36 +07:00
matrix:
include:
2016-09-25 18:24:29 +07:00
- env: PLATFORM=debian-jessie ORIGIN=default VENDOR=mysql
- env: PLATFORM=debian-jessie ORIGIN=default VENDOR=mariadb
- env: PLATFORM=debian-jessie ORIGIN=uptream VENDOR=mariadb
- env: PLATFORM=debian-jessie ORIGIN=uptream VENDOR=mariadb_galera
- env: PLATFORM=debian-jessie ORIGIN=uptream VENDOR=percona
2016-09-23 22:54:35 +07:00
2016-09-25 17:47:36 +07:00
sudo: required
2016-09-23 22:54:35 +07:00
2016-09-25 17:47:36 +07:00
language: python
2016-09-23 22:54:35 +07:00
script:
2016-09-25 18:24:29 +07:00
- docker build -f tests/$PLATFORM.Dockerfile -t test-$PLATFORM . && docker run -e "ORIGIN=$ORIGIN" -e "VENDOR=$VENDOR" --name $PLATFORM test-$PLATFORM
2016-09-23 22:54:35 +07:00
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/