summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 21:44:18 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 21:44:18 +0200
commit02150d1c15f3d6d8e51f6b697d9c86c35d07d4a2 (patch)
treebe1493870cb2b9483d08dff045fcc753ef012a1c /.travis.yml
parentb28049d5fc322cc08f82c269724a486519ac3aa1 (diff)
app.json remove oc7 dependency
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 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: