From 4919ae6a89300b32ffa1c59d5f8cb052d0f07c6d Mon Sep 17 00:00:00 2001 From: Louis Charette Date: Thu, 20 Feb 2020 09:50:21 -0500 Subject: [PATCH] Updated Travis setup --- .travis.yml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c2f7bdd..af4587c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,24 @@ php: - 7.2 - 7.3 +env: + matrix: + - DB=mysql UF_BRANCH=4.2.* + - DB=sqlite UF_BRANCH=4.2.* + - DB=pgsql UF_BRANCH=4.2.* + - DB=mysql UF_BRANCH=4.3.* + - DB=sqlite UF_BRANCH=4.3.* + - DB=pgsql UF_BRANCH=4.3.* + - DB=mysql UF_BRANCH=dev-develop + - DB=sqlite UF_BRANCH=dev-develop + - DB=pgsql UF_BRANCH=dev-develop + +matrix: + allow_failures: + - DB=mysql UF_BRANCH=dev-develop + - DB=sqlite UF_BRANCH=dev-develop + - DB=pgsql UF_BRANCH=dev-develop + cache: directories: - $HOME/.composer/cache @@ -18,7 +36,7 @@ cache: before_install: # clone UserFrosting - cd ../ - - git clone https://github.com/userfrosting/UserFrosting.git + - composer create-project userfrosting/userfrosting UserFrosting $UF_BRANCH --no-install - cd UserFrosting # move and add sprinkle - mv ../UF_FormGenerator app/sprinkles/FormGenerator/