Specify the DB and correctly overwrite the core branch

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-09-21 13:20:16 +02:00
parent ffc39bf3c9
commit e965ebff11
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@ addons:
env:
global:
- CORE_BRANCH=master
- APP_NAME=registration
matrix:
- CORE_BRANCH=master
- DB=sqlite
branches:
@ -36,7 +36,7 @@ matrix:
- php: 7.3
env: DB=pgsql
- php: 7.2
env: CORE_BRANCH=stable20
env: DB=sqlite;CORE_BRANCH=stable20
fast_finish: true
before_install: