summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--appinfo/app.json14
2 files changed, 8 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index afdd1784e..3a9f60fc3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,8 +43,8 @@ before_script:
# fill owncloud with default configs and enable news
- cd owncloud
- ocdev ci $DB
- - php -f console.php app:enable news
- sudo echo "DEFINE('DEBUG', true);" >> config/autoconfig.php
+ - php -f console.php app:enable news
- cd apps/news
script:
diff --git a/appinfo/app.json b/appinfo/app.json
index 9a44435ef..7432a3717 100644
--- a/appinfo/app.json
+++ b/appinfo/app.json
@@ -1,10 +1,10 @@
{
- "name": "News",
+ "name": "News",
"id": "news",
- "description": "ownCloud News App",
- "licence": "AGPL",
- "version": "2.001",
- "authors": [
+ "description": "ownCloud News App",
+ "licence": "AGPL",
+ "version": "2.001",
+ "authors": [
{
"name": "Bernhard Posselt",
"email": "dev@bernhard-posselt.com"
@@ -33,10 +33,10 @@
"OC_User::pre_deleteUser": "OCA\\News\\Hooks\\User::deleteUser"
},
"databases": ["pgsql", "sqlite3", "mysql"],
- "categories": ["Multimedia"],
+ "categories": ["Multimedia"],
"dependencies": {
"php": ">=5.4",
- "owncloud": ">=7",
+ "owncloud": ">=6",
"libs": {
"curl": "*"
}