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:
authorJulius Härtl <github@jus.li>2017-06-27 19:16:02 +0300
committerGitHub <noreply@github.com>2017-06-27 19:16:02 +0300
commit0daede8e9c49c05f3b923720323e10293c097d40 (patch)
treef3d570a921a9096e74233f13cdea37deb8b12bd2
parenta3c7860e659c62a6d1409b40cc6608c621cfbd06 (diff)
parentbfb1baebb56fc086321b31ddc1c202c6548a842a (diff)
Merge pull request #41 from bakkegaard/travis
fix #38
-rw-r--r--.travis.yml1
-rw-r--r--appinfo/info.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 95a432d..ed02ba8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@ env:
- DB=sqlite
matrix:
- CORE_BRANCH=master REPO=nextcloud/server
+ - CORE_BRANCH=stable12 REPO=nextcloud/server
matrix:
fast_finish: true
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 245beba..2a34e00 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -29,7 +29,7 @@ first app of the user order.
<licence>agpl</licence>
<author mail="jus@bitgrid.net">Julius Härtl</author>
<dependencies>
- <nextcloud min-version="12" max-version="12" />
+ <nextcloud min-version="12" max-version="13" />
</dependencies>
<namespace>AppOrder</namespace>
<repository type="git">https://github.com/juliushaertl/apporder.git</repository>