mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Disable davical
This commit is contained in:
parent
2d0527ecf0
commit
47b2a43a0e
2 changed files with 1 additions and 6 deletions
|
|
@ -98,11 +98,6 @@
|
||||||
"env": "BUILD=test DAV_SERVER=nextcloud REQUIREMENTS=release ",
|
"env": "BUILD=test DAV_SERVER=nextcloud REQUIREMENTS=release ",
|
||||||
"python": "3.6"
|
"python": "3.6"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"env": "BUILD=test DAV_SERVER=davical REQUIREMENTS=release ",
|
|
||||||
"if": "NOT (type IN (pull_request))",
|
|
||||||
"python": "3.6"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"env": "BUILD=test DAV_SERVER=icloud REQUIREMENTS=release ",
|
"env": "BUILD=test DAV_SERVER=icloud REQUIREMENTS=release ",
|
||||||
"if": "NOT (type IN (pull_request))",
|
"if": "NOT (type IN (pull_request))",
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@ for python, requirements in itertools.product(python_versions,
|
||||||
dav_servers = ("radicale", "xandikos")
|
dav_servers = ("radicale", "xandikos")
|
||||||
|
|
||||||
if python == latest_python and requirements == "release":
|
if python == latest_python and requirements == "release":
|
||||||
dav_servers += ("nextcloud", "davical", "icloud", "fastmail")
|
dav_servers += ("nextcloud", "icloud", "fastmail")
|
||||||
|
|
||||||
for dav_server in dav_servers:
|
for dav_server in dav_servers:
|
||||||
job = {
|
job = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue