summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 21:22:48 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 21:22:48 +0200
commitef550dff73320f3a77ad45a73fd0e7200d34feeb (patch)
tree24d663fec9b6a60f01bc693dae49bd2c9e2cf6d2 /.travis.yml
parent88d5f941a02303e2beb6d1b05b5641a6a87b26f6 (diff)
add
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 950f6567d..109e59ad9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,6 +44,7 @@ before_script:
- cd owncloud
- ocdev ci $DB
- php -f console.php app:enable news
+ - sudo echo 'DEFINE("DEBUG", true);' >> config/config.php
- cd apps/news
script:
@@ -59,6 +60,7 @@ script:
- sudo npm -g install grunt-cli protractor
- webdriver-manager update
- grunt ci-e2e --verbose
+ - sudo cat ../../../data/owncloud.log
addons:
postgresql: "9.3"