@@ -5,9 +5,9 @@ steps:
|
|||||||
- name: check-app-compatbility
|
- name: check-app-compatbility
|
||||||
image: nextcloudci/php7.2:php7.2-9
|
image: nextcloudci/php7.2:php7.2-9
|
||||||
environment:
|
environment:
|
||||||
- APP_NAME=user_external
|
APP_NAME: user_external
|
||||||
- CORE_BRANCH=master
|
CORE_BRANCH: master
|
||||||
- DB=sqlite
|
DB: sqlite
|
||||||
commands:
|
commands:
|
||||||
# Pre-setup steps
|
# Pre-setup steps
|
||||||
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
|
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user