summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-06 16:34:28 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-06 16:34:28 +0100
commit6d548e38a7b852fd162482d98d964bc85b283e37 (patch)
tree5b4b7e9c005af605af8da2b5227f67195c79242f /.travis.yml
parentf5c3398f1d94d9d28be477c9898248ecca7b8f9b (diff)
use chown
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 318dbe8a1..2cc93ec2c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,12 +45,11 @@ before_script:
# fill owncloud with default configs and enable news
- cd owncloud
- mkdir apps2
- - ls -la
- sudo 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
- - sudo chmod -R travis:travis data/
+ - sudo chown -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