Skip to content
This repository was archived by the owner on Nov 2, 2018. It is now read-only.

Commit 7ac5dae

Browse files
committed
Merge pull request #117 from owncloud/minmax-version
Minmax version
2 parents afad72c + 21a2ed4 commit 7ac5dae

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,8 @@ matrix:
4242
env: DB=mysql
4343
- php: 5.4
4444
env: DB=pgsql
45-
- php: 5.4
46-
env: "DB=mysql CORE_BRANCH=stable8"
47-
- php: 5.4
48-
env: "DB=mysql CORE_BRANCH=stable8.1"
4945
- php: 5.4
5046
env: "DB=mysql CORE_BRANCH=stable8.2"
51-
- php: 5.4
52-
env: "DB=mysql CORE_BRANCH=stable7"
5347
allow_failures:
5448
- php: hhvm
5549
fast_finish: true

appinfo/info.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
<licence>agpl</licence>
77
<author>Sander Brand</author>
88
<version>0.0.6</version>
9-
<requiremin>7</requiremin>
10-
</info>
9+
<dependencies>
10+
<owncloud min-version="8.2" max-version="9.0"/>
11+
</dependencies>
12+
</info>

0 commit comments

Comments
 (0)