Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ branches:

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

script:
Expand All @@ -40,12 +40,10 @@ matrix:
env: DB=mysql
- php: 7.0
env: DB=pgsql
- php: 5.4
env: "DB=mysql CORE_BRANCH=stable8.2"
- php: 5.4
env: "DB=mysql CORE_BRANCH=stable9"
- php: 5.4
env: "DB=mysql CORE_BRANCH=stable9.1"
env: "DB=mysql CORE_BRANCH=stable10"
allow_failures:
- php: hhvm
fast_finish: true
3 changes: 2 additions & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<author>Vinzenz Rosenkranz, Hendrik Leppelsack, Sander Brand, Jan-Christoph Borchardt</author>
<version>0.0.6</version>
<dependencies>
<owncloud min-version="8.2" max-version="9.2"/>
<owncloud min-version="8.2" max-version="9.1"/>
<nextcloud min-version="9" max-version="11"/>
</dependencies>
</info>