summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-06 18:30:02 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-06 18:30:02 +0100
commit06812535593cdbf38f1e10ab412c61f326f8ba4f (patch)
tree96f99b1c664fb3684774b881b73ecbba04b3a083 /.travis.yml
parent23dcd8e5bff6a2e366b085ac373638206652f055 (diff)
try to fix integration test
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 1930d2a86..aa37a88e7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,10 +45,8 @@ before_script:
# fill owncloud with default configs and enable news
- cd owncloud
- mkdir apps2
- - sudo chown -R www-data:www-data data/
- ocdev ci $DB
- php -f console.php app:enable news
- - 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