diff --git a/.travis.yml b/.travis.yml index daf1551..5ba3c07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ sudo: false language: php php: - - 7.1 - 7.2 - 7.3 + - 7.4 cache: directories: @@ -20,37 +20,32 @@ addons: env: global: - - PHP_COVERAGE=FALSE + - CORE_TYPE=nextcloud + - CORE_BRANCH=master + - APP_NAME=notifications matrix: - # Nextcloud 16+ - - CORE_TYPE=nextcloud CORE_BRANCH=master DB=sqlite - - CORE_TYPE=nextcloud CORE_BRANCH=stable18 DB=sqlite - - CORE_TYPE=nextcloud CORE_BRANCH=stable17 DB=sqlite - - CORE_TYPE=nextcloud CORE_BRANCH=stable16 DB=sqlite + - DB=sqlite - - CORE_TYPE=nextcloud CORE_BRANCH=master DB=mysql - - CORE_TYPE=nextcloud CORE_BRANCH=stable18 DB=mysql - - CORE_TYPE=nextcloud CORE_BRANCH=stable17 DB=mysql - - CORE_TYPE=nextcloud CORE_BRANCH=stable16 DB=mysql - - - CORE_TYPE=nextcloud CORE_BRANCH=master DB=pgsql - - CORE_TYPE=nextcloud CORE_BRANCH=stable18 DB=pgsql - - CORE_TYPE=nextcloud CORE_BRANCH=stable17 DB=pgsql - - CORE_TYPE=nextcloud CORE_BRANCH=stable16 DB=pgsql - - # ownCloud 10.4+ - # ownCloud does not seem to maintain old stable branches anymore, so I can only test master - - CORE_TYPE=owncloud CORE_BRANCH=master DB=sqlite - - - CORE_TYPE=owncloud CORE_BRANCH=master DB=mysql - - - CORE_TYPE=owncloud CORE_BRANCH=master DB=pgsql +branches: + only: + - master + - /^stable\d+(\.\d+)?$/ matrix: - fast_finish: true - exclude: - include: + - php: 7.3 + env: DB=mysql + - php: 7.3 + env: DB=pgsql + - php: 7.2 + env: DB=sqlite CORE_BRANCH=stable19 + - php: 7.2 + env: DB=sqlite CORE_BRANCH=stable18 + - php: 7.2 + env: DB=sqlite CORE_BRANCH=stable17 + - php: 7.3 + env: DB=sqlite CORE_BRANCH=master CORE_TYPE=owncloud + fast_finish: true before_install: # XDebug is only needed if we report coverage -> speeds up other builds diff --git a/appinfo/info.xml b/appinfo/info.xml index 2be7b1c..5e27f76 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -41,7 +41,7 @@ Send BTC to `33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ` pgsql mysql - + OCA\Registration\Settings\RegistrationSettings