From 65be882436613fd1ab0ea4d7fe758460b5e7b3ae Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 21 Feb 2016 15:12:09 +0100 Subject: more debug --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.travis.yml') 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: -- cgit v1.2.3