Skip to content

Commit

Permalink
Updated Travis setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Feb 20, 2020
1 parent cee7764 commit 4919ae6
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,32 @@ 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

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/
Expand Down

0 comments on commit 4919ae6

Please sign in to comment.