mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-02-12 09:54:27 +01:00
Merge pull request #254 from owncloud/universal-build
master branch to be now release branch for any Nc/OC version starting 9.0
This commit is contained in:
commit
87680b01fc
31
.travis.yml
31
.travis.yml
@ -1,18 +1,28 @@
|
||||
language: php
|
||||
php:
|
||||
- 5.4
|
||||
- 5.5
|
||||
- 5.6
|
||||
- hhvm
|
||||
- 7
|
||||
|
||||
env:
|
||||
global:
|
||||
- CORE_BRANCH=master
|
||||
- APP_NAME=bookmarks
|
||||
|
||||
matrix:
|
||||
- DB=sqlite
|
||||
# owncloud setups: only sqlite, only >=stable9.1
|
||||
- DB=sqlite SERVER=owncloud/administration/master/travis-ci SERVER_BRANCH=master
|
||||
- DB=sqlite SERVER=owncloud/administration/master/travis-ci SERVER_BRANCH=stable9.1
|
||||
|
||||
# nextcloud setups, full tests for master+latest stable branch, older only sqlite
|
||||
- DB=sqlite SERVER=nextcloud/travis_ci/master SERVER_BRANCH=master
|
||||
- DB=mysql SERVER=nextcloud/travis_ci/master SERVER_BRANCH=master
|
||||
- DB=pgsql SERVER=nextcloud/travis_ci/master SERVER_BRANCH=master
|
||||
|
||||
- DB=sqlite SERVER=nextcloud/travis_ci/master SERVER_BRANCH=stable10
|
||||
- DB=mysql SERVER=nextcloud/travis_ci/master SERVER_BRANCH=stable10
|
||||
- DB=pgsql SERVER=nextcloud/travis_ci/master SERVER_BRANCH=stable10
|
||||
|
||||
- DB=sqlite SERVER=nextcloud/travis_ci/master SERVER_BRANCH=stable9
|
||||
|
||||
branches:
|
||||
only:
|
||||
@ -21,9 +31,9 @@ branches:
|
||||
|
||||
before_install:
|
||||
# - composer install
|
||||
- wget https://raw.githubusercontent.com/owncloud/administration/master/travis-ci/before_install.sh
|
||||
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
|
||||
- cd ../core
|
||||
- wget https://raw.githubusercontent.com/$SERVER/before_install.sh
|
||||
- bash ./before_install.sh $APP_NAME $SERVER_BRANCH $DB
|
||||
- cd ../core || cd ../server
|
||||
- php occ app:enable $APP_NAME
|
||||
|
||||
script:
|
||||
@ -40,11 +50,4 @@ script:
|
||||
- sh -c "if [ '$TRAVIS_PHP_VERSION' != 'hhvm' ]; then php ocular.phar code-coverage:upload --format=php-clover clover.xml; fi"
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- php: 5.4
|
||||
env: DB=mysql
|
||||
- php: 5.4
|
||||
env: DB=pgsql
|
||||
allow_failures:
|
||||
- php: hhvm
|
||||
fast_finish: true
|
||||
|
@ -6,7 +6,7 @@
|
||||
<licence>AGPL</licence>
|
||||
<author>Arthur Schiwon, Marvin Thomas Rabe, Stefan Klemm</author>
|
||||
<standalone/>
|
||||
<version>0.8.1</version>
|
||||
<version>0.9.0</version>
|
||||
<documentation>
|
||||
<user>https://doc.owncloud.org/server/9.0/user_manual/bookmarks.html</user>
|
||||
</documentation>
|
||||
@ -15,7 +15,7 @@
|
||||
<bugs>https://github.com/owncloud/bookmarks/issues</bugs>
|
||||
<repository type="git">https://github.com/owncloud/bookmarks.git</repository>
|
||||
<dependencies>
|
||||
<owncloud min-version="8.1" max-version="9.2" />
|
||||
<owncloud min-version="9.0" max-version="9.2" />
|
||||
</dependencies>
|
||||
<ocsid>168710</ocsid>
|
||||
</info>
|
||||
|
Loading…
x
Reference in New Issue
Block a user