Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-07-16 17:30:04 +0300
committerJulius Härtl <jus@bitgrid.net>2019-07-16 20:59:29 +0300
commit28bacd103fa521d0c8721ebe2fa5b4c46ebb57fa (patch)
tree6304edd332da975b6cb279c1eb8507a155b3bec7
parent29ea9ee3f959e21ba6a949fad26619246290805e (diff)
Run compatibility check against master
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--.drone.yml2
-rw-r--r--appinfo/info.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 29127cfdb..5f5c08634 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -5,7 +5,7 @@ steps:
image: nextcloudci/php7.1:php7.1-15
environment:
APP_NAME: text
- CORE_BRANCH: stable16
+ CORE_BRANCH: master
DB: sqlite
commands:
- composer install
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 6a5542a74..8907f9ec3 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -15,8 +15,8 @@
<licence>agpl</licence>
<author mail="jus@bitgrid.net">Julius Härtl</author>
<namespace>Text</namespace>
- <category>office</category>
<default_enable/>
+ <category>office</category>
<website>https://github.com/nextcloud/text</website>
<bugs>https://github.com/nextcloud/text/issues</bugs>
<repository type="git">https://github.com/nextcloud/text.git</repository>