Like this?
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
e965ebff11
commit
38a9aba21f
|
|
@ -20,9 +20,9 @@ addons:
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- APP_NAME=registration
|
- APP_NAME=registration
|
||||||
matrix:
|
|
||||||
- CORE_BRANCH=master
|
- CORE_BRANCH=master
|
||||||
- DB=sqlite
|
- DB=sqlite
|
||||||
|
matrix:
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
@ -36,7 +36,7 @@ matrix:
|
||||||
- php: 7.3
|
- php: 7.3
|
||||||
env: DB=pgsql
|
env: DB=pgsql
|
||||||
- php: 7.2
|
- php: 7.2
|
||||||
env: DB=sqlite;CORE_BRANCH=stable20
|
env: CORE_BRANCH=stable20
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue