From b28049d5fc322cc08f82c269724a486519ac3aa1 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 16 May 2014 21:29:45 +0200 Subject: more debug --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.travis.yml') 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: -- cgit v1.2.3