Skip to content

Commit 216ce8d

Browse files
author
Hugo Osvaldo Barrera
committed
Disable CI on OSX for now
Just gets in the way, and no change of having that green until we update a lot of other things.
1 parent cb4ba5b commit 216ce8d

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@
6565
{
6666
"env": "BUILD=test ETESYNC_TESTS=true REQUIREMENTS=latest",
6767
"python": "3.6"
68-
},
69-
{
70-
"env": "BUILD=test",
71-
"language": "generic",
72-
"os": "osx"
7368
}
7469
]
7570
},

scripts/make_travisconf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
"REQUIREMENTS=latest")
7373
})
7474

75-
matrix.append({
76-
'language': 'generic',
77-
'os': 'osx',
78-
'env': 'BUILD=test'
79-
})
75+
# matrix.append({
76+
# 'language': 'generic',
77+
# 'os': 'osx',
78+
# 'env': 'BUILD=test'
79+
# })
8080

8181
json.dump(cfg, sys.stdout, sort_keys=True, indent=2)

0 commit comments

Comments
 (0)