summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-06 16:27:54 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-06 16:27:54 +0100
commitf5c3398f1d94d9d28be477c9898248ecca7b8f9b (patch)
treec471c345c21014d4f2a6ae7b948189993cb865bb /.travis.yml
parente9d349b0429b8493bdf73577b8d3addd6ae7c499 (diff)
debug
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 5420f43f8..318dbe8a1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ before_install:
install:
- cd ..
- - sudo apt-get -y install nodejs python3-jinja2 python3-setuptools apache2 libapache2-mod-fastcgi firefox chromium-browser
+ - sudo apt-get -y install nodejs python3-jinja2 python3-setuptools apache2 libapache2-mod-fastcgi firefox chromium-browser curl
- export CHROME_BIN=/usr/bin/chromium-browser
- sudo easy_install3 pip # ubuntu 12.04 only
- sudo pip3 install ocdev
@@ -45,6 +45,7 @@ before_script:
# fill owncloud with default configs and enable news
- cd owncloud
- mkdir apps2
+ - ls -la
- sudo chown -R www-data:www-data data/
- ocdev ci $DB
- php -f console.php app:enable news
@@ -65,9 +66,9 @@ script:
- grunt php-integration
# acceptance tests
- webdriver-manager update
+ - sudo chown -R www-data:www-data ../../../data/
#- grunt acceptance --verbose
# debug section to check what went wrong
- - sudo apt-get install curl
- curl http://admin:admin@localhost/owncloud/index.php
- curl http://admin:admin@localhost/owncloud/index.php/apps/news/
- sudo cat ../../../data/owncloud.log