diff --git a/.travis.yml b/.travis.yml index 09b4182..1d0905a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -89,28 +89,6 @@ "env": "BUILD=test DAV_SERVER=xandikos REQUIREMENTS=release ", "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 ", "if": "NOT (type IN (pull_request))", diff --git a/scripts/make_travisconf.py b/scripts/make_travisconf.py index 0f2043d..3284ce1 100644 --- a/scripts/make_travisconf.py +++ b/scripts/make_travisconf.py @@ -44,8 +44,7 @@ for python, requirements in itertools.product(python_versions, dav_servers = ("radicale", "xandikos") if python == latest_python and requirements == "release": - dav_servers += ("owncloud", "nextcloud", "baikal", "davical", "icloud", - "fastmail") + dav_servers += ("fastmail",) for dav_server in dav_servers: job = {