Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/juliushaertl/apporder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 06e27eb..cfa1d87 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,12 @@
sudo: false
language: php
php:
- - 7.1
+ - 7.2
env:
global:
- DB=sqlite
matrix:
- - CORE_BRANCH=master REPO=nextcloud/server
+ - CORE_BRANCH=stable19 REPO=nextcloud/server
matrix:
fast_finish: true
@@ -23,7 +23,7 @@ before_install:
before_script:
# fill owncloud with default configs and enable apporder
- - cd mainrepo
+ - cd mainrepo
- 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 apporder