summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-04-29 11:08:30 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-04-29 11:08:30 +0200
commitbc916225597d936befac2d5d689d18a028a6001e (patch)
tree1a5a0f5fe7d8640f63df15700a9a728be27118cc
parentb1ed863e024b6afa31ffe882c654bc1d4d17070b (diff)
use occ instead of oci to setup owncloud
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index db08fb591..7fb7eda18 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,8 +46,8 @@ before_script:
- cd owncloud
- mkdir apps2
- mkdir data
- - ocdev ci $DB
- - php -f console.php app:enable news
+ - ./occ maintenance:install --database-name oc_autotest --database-user oc_autotest --admin-user admin --admin-pass admin --database $DB
+ - ./occ app:enable news
- 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