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.
This commit is contained in:
Hugo Osvaldo Barrera 2020-06-08 15:49:38 +02:00
parent cb4ba5b38c
commit 216ce8d180
2 changed files with 5 additions and 10 deletions

View file

@ -65,11 +65,6 @@
{
"env": "BUILD=test ETESYNC_TESTS=true REQUIREMENTS=latest",
"python": "3.6"
},
{
"env": "BUILD=test",
"language": "generic",
"os": "osx"
}
]
},

View file

@ -72,10 +72,10 @@ matrix.append({
"REQUIREMENTS=latest")
})
matrix.append({
'language': 'generic',
'os': 'osx',
'env': 'BUILD=test'
})
# matrix.append({
# 'language': 'generic',
# 'os': 'osx',
# 'env': 'BUILD=test'
# })
json.dump(cfg, sys.stdout, sort_keys=True, indent=2)