summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-02-21 15:12:09 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-02-21 15:12:09 +0100
commit65be882436613fd1ab0ea4d7fe758460b5e7b3ae (patch)
treeaa539e6f6265f3d06353ebd744363052241a62b0 /.travis.yml
parent3684705911229c93c9b30f1ca3f04a2d5458af5d (diff)
more debug
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index e092f611f..cd4234479 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,11 +25,10 @@ matrix:
fast_finish: true
before_install:
- - env
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sudo apt-get update
- - sudo apt-get install python3-setuptools
+ - sudo apt-get install -y 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
@@ -52,14 +51,13 @@ before_script:
- mysql -e 'create database oc_autotest;'
- mysql -u root -e "CREATE USER 'oc_autotest'@'localhost' IDENTIFIED BY '';"
- mysql -u root -e "grant all on oc_autotest.* to 'oc_autotest'@'localhost';"
- # set up php under apache
- - bash owncloud/apps/news/tests/travis/travis-ci-apache.sh
# fill owncloud with default configs and enable news
- cd owncloud
- mkdir data
- ./occ maintenance:install --database-name oc_autotest --database-user oc_autotest --admin-user admin --admin-pass admin --database $DB --database-pass=''
- ./occ app:enable news
- ./occ background:cron # enable default cron
+ - ocdev server &
- cd apps/news
script: