Skip to content

Commit a5ed1eb

Browse files
committed
Disable a few builds
1 parent 19dd9df commit a5ed1eb

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

.travis.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -89,28 +89,6 @@
8989
"env": "BUILD=test DAV_SERVER=xandikos REQUIREMENTS=release ",
9090
"python": "3.6"
9191
},
92-
{
93-
"env": "BUILD=test DAV_SERVER=owncloud REQUIREMENTS=release ",
94-
"python": "3.6"
95-
},
96-
{
97-
"env": "BUILD=test DAV_SERVER=nextcloud REQUIREMENTS=release ",
98-
"python": "3.6"
99-
},
100-
{
101-
"env": "BUILD=test DAV_SERVER=baikal REQUIREMENTS=release ",
102-
"python": "3.6"
103-
},
104-
{
105-
"env": "BUILD=test DAV_SERVER=davical REQUIREMENTS=release ",
106-
"if": "NOT (type IN (pull_request))",
107-
"python": "3.6"
108-
},
109-
{
110-
"env": "BUILD=test DAV_SERVER=icloud REQUIREMENTS=release ",
111-
"if": "NOT (type IN (pull_request))",
112-
"python": "3.6"
113-
},
11492
{
11593
"env": "BUILD=test DAV_SERVER=fastmail REQUIREMENTS=release ",
11694
"if": "NOT (type IN (pull_request))",

scripts/make_travisconf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@
4444
dav_servers = ("radicale", "xandikos")
4545

4646
if python == latest_python and requirements == "release":
47-
dav_servers += ("owncloud", "nextcloud", "baikal", "davical", "icloud",
48-
"fastmail")
47+
dav_servers += ("fastmail",)
4948

5049
for dav_server in dav_servers:
5150
job = {

0 commit comments

Comments
 (0)