From 0ff9527d2d8a70d695b162ed7bab153cc9789c6a Mon Sep 17 00:00:00 2001 From: Emilien Mantel Date: Sun, 25 Sep 2016 13:24:29 +0200 Subject: [PATCH] Try another thing for travis :/ --- .travis.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1bfd2f5..8ed3d31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,20 +1,17 @@ matrix: include: - - env: OS=debian-jessie ORIGIN=default VENDOR=mysql - - env: OS=debian-jessie ORIGIN=default VENDOR=mariadb - - env: OS=debian-jessie ORIGIN=uptream VENDOR=mariadb - - env: OS=debian-jessie ORIGIN=uptream VENDOR=mariadb_galera - - env: OS=debian-jessie ORIGIN=uptream VENDOR=percona + - 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 sudo: required language: python -services: - - docker - script: - - docker build -f tests/$OS.Dockerfile -t test-$OS . && docker run -e "ORIGIN=$ORIGIN" -e "VENDOR=$VENDOR" --name $OS test-$OS + - docker build -f tests/$PLATFORM.Dockerfile -t test-$PLATFORM . && docker run -e "ORIGIN=$ORIGIN" -e "VENDOR=$VENDOR" --name $PLATFORM test-$PLATFORM notifications: webhooks: https://galaxy.ansible.com/api/v1/notifications/