summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-02-21 15:19:52 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-02-21 15:19:52 +0100
commit46d4048ca4badde115d63c82947bf2667b356fa2 (patch)
tree98f5c0ed41acd32323f160b8788d2e0d34dbc95b /.travis.yml
parent65be882436613fd1ab0ea4d7fe758460b5e7b3ae (diff)
installit
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: