mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Disable a few builds
This commit is contained in:
parent
19dd9df091
commit
a5ed1eb98f
2 changed files with 1 additions and 24 deletions
22
.travis.yml
22
.travis.yml
|
|
@ -89,28 +89,6 @@
|
||||||
"env": "BUILD=test DAV_SERVER=xandikos REQUIREMENTS=release ",
|
"env": "BUILD=test DAV_SERVER=xandikos REQUIREMENTS=release ",
|
||||||
"python": "3.6"
|
"python": "3.6"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"env": "BUILD=test DAV_SERVER=owncloud REQUIREMENTS=release ",
|
|
||||||
"python": "3.6"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"env": "BUILD=test DAV_SERVER=nextcloud REQUIREMENTS=release ",
|
|
||||||
"python": "3.6"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"env": "BUILD=test DAV_SERVER=baikal REQUIREMENTS=release ",
|
|
||||||
"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 ",
|
|
||||||
"if": "NOT (type IN (pull_request))",
|
|
||||||
"python": "3.6"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"env": "BUILD=test DAV_SERVER=fastmail REQUIREMENTS=release ",
|
"env": "BUILD=test DAV_SERVER=fastmail REQUIREMENTS=release ",
|
||||||
"if": "NOT (type IN (pull_request))",
|
"if": "NOT (type IN (pull_request))",
|
||||||
|
|
|
||||||
|
|
@ -44,8 +44,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 += ("owncloud", "nextcloud", "baikal", "davical", "icloud",
|
dav_servers += ("fastmail",)
|
||||||
"fastmail")
|
|
||||||
|
|
||||||
for dav_server in dav_servers:
|
for dav_server in dav_servers:
|
||||||
job = {
|
job = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue