summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 21:29:45 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 21:29:45 +0200
commitb28049d5fc322cc08f82c269724a486519ac3aa1 (patch)
treecea9aeaf66d344624ae1d14535de13054f670629 /.travis.yml
parentef550dff73320f3a77ad45a73fd0e7200d34feeb (diff)
more debug
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 109e59ad9..afdd1784e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,7 +44,7 @@ before_script:
- cd owncloud
- ocdev ci $DB
- php -f console.php app:enable news
- - sudo echo 'DEFINE("DEBUG", true);' >> config/config.php
+ - sudo echo "DEFINE('DEBUG', true);" >> config/autoconfig.php
- cd apps/news
script:
@@ -60,6 +60,9 @@ script:
- sudo npm -g install grunt-cli protractor
- webdriver-manager update
- grunt ci-e2e --verbose
+ - sudo apt-get install curl
+ - curl http://localhost/owncloud/index.php
+ - curl http://localhost/owncloud/index.php/apps/news/
- sudo cat ../../../data/owncloud.log
addons: