summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 2 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index cd4234479..6db46b63e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,7 @@ before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sudo apt-get update
- - sudo apt-get install -y python3-setuptools
+ - sudo apt-get -y install python3-setuptools
- sudo easy_install3 requests ocdev
- phpenv install $TRAVIS_PHP_VERSION # can be removed once php is supported out of the box
- nvm install 5.6
@@ -68,13 +68,8 @@ script:
- cd js
- gulp karma
# acceptance tests
- # - webdriver-manager update
- - sudo chown -R www-data:www-data ../../../data
- - sudo chmod -R a+rwx ../../../data
- #- grunt acceptance --verbose
+ #- webdriver-manager update
# debug section to check what went wrong
- - curl http://admin:admin@localhost/owncloud/index.php
- - curl http://admin:admin@localhost/owncloud/index.php/apps/news/
- sudo cat ../../../data/owncloud.log
addons: