From c558bd7fc4d9dda05ffba91ff4bb6dc22e5811ac Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 6 Nov 2014 16:19:37 +0100 Subject: testing --- .travis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 5fff13319..f2993a9bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,13 @@ language: php php: - 5.4 - - 5.5 - - 5.6 + #- 5.5 + #- 5.6 env: - DB=sqlite - - DB=postgresql - - DB=mysql + #- DB=postgresql + #- DB=mysql before_install: # get a newer node.js version @@ -44,9 +44,11 @@ before_script: - sudo service apache2 restart # fill owncloud with default configs and enable news - cd owncloud + - chown -R www-data:www-data data/ - ocdev ci $DB - php -f console.php app:enable news - curl http://admin:admin@localhost/owncloud/index.php + - chmod -R travis:travis data/ - cd apps/news/js # install test deps - npm install --deps # npm install needs to run before sudo npm install because otherwise it fails because a tmp file exists in the home dir -- cgit v1.2.3