mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-02 10:15:50 +00:00
Radicale-git is working now
See https://github.com/Kozea/Radicale/pull/259 Fix #176
This commit is contained in:
parent
46d61d23dc
commit
9f650e9adc
1 changed files with 6 additions and 6 deletions
12
.travis.yml
12
.travis.yml
|
|
@ -12,14 +12,14 @@ env:
|
|||
PKGS='lxml==3.0 requests==2.4.1 requests_toolbelt==0.4.0 click==3.1'
|
||||
# Minimal requirements
|
||||
|
||||
#- BUILD=test DAV_SERVER=radicale RADICALE_BACKEND=filesystem REQUIREMENTS=devel
|
||||
## Radicale-git with filesystem storage (default)
|
||||
- BUILD=test DAV_SERVER=radicale RADICALE_BACKEND=filesystem REQUIREMENTS=devel
|
||||
# Radicale-git with filesystem storage (default)
|
||||
|
||||
#- BUILD=test DAV_SERVER=radicale RADICALE_BACKEND=multifilesystem REQUIREMENTS=devel
|
||||
## Radicale-git with multifilesystem storage
|
||||
- BUILD=test DAV_SERVER=radicale RADICALE_BACKEND=multifilesystem REQUIREMENTS=devel
|
||||
# Radicale-git with multifilesystem storage
|
||||
|
||||
#- BUILD=test DAV_SERVER=radicale RADICALE_BACKEND=database REQUIREMENTS=devel
|
||||
# # Radicale-git with database storage (release's database storage is broken)
|
||||
- BUILD=test DAV_SERVER=radicale RADICALE_BACKEND=database REQUIREMENTS=devel
|
||||
# Radicale-git with database storage (release's database storage is broken)
|
||||
|
||||
- BUILD=test DAV_SERVER=owncloud REQUIREMENTS=release
|
||||
# Latest ownCloud release
|
||||
|
|
|
|||
Loading…
Reference in a new issue