Skip to content

Commit e0d6000

Browse files
authored
Merge pull request #13 from nextcloud/11
Update to 11
2 parents fbfe28c + d1d7b4c commit e0d6000

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ branches:
1616

1717
before_install:
1818
# - composer install
19-
- wget https://raw.githubusercontent.com/owncloud/administration/master/travis-ci/before_install.sh
19+
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
2020
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
21-
- cd ../core
21+
- cd ../server
2222
- php occ app:enable $APP_NAME
2323

2424
script:
@@ -40,12 +40,10 @@ matrix:
4040
env: DB=mysql
4141
- php: 7.0
4242
env: DB=pgsql
43-
- php: 5.4
44-
env: "DB=mysql CORE_BRANCH=stable8.2"
4543
- php: 5.4
4644
env: "DB=mysql CORE_BRANCH=stable9"
4745
- php: 5.4
48-
env: "DB=mysql CORE_BRANCH=stable9.1"
46+
env: "DB=mysql CORE_BRANCH=stable10"
4947
allow_failures:
5048
- php: hhvm
5149
fast_finish: true

appinfo/info.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<author>Vinzenz Rosenkranz, Hendrik Leppelsack, Sander Brand, Jan-Christoph Borchardt</author>
88
<version>0.0.6</version>
99
<dependencies>
10-
<owncloud min-version="8.2" max-version="9.2"/>
10+
<owncloud min-version="8.2" max-version="9.1"/>
11+
<nextcloud min-version="9" max-version="11"/>
1112
</dependencies>
1213
</info>

0 commit comments

Comments
 (0)