mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
disable double requires-io-master CI builds
This commit is contained in:
parent
a9e002af18
commit
af0ad49434
@ -1,6 +1,10 @@
|
||||
version: '{build}'
|
||||
build: off # Not a C# project
|
||||
|
||||
branches:
|
||||
except:
|
||||
- requires-io-master
|
||||
|
||||
environment:
|
||||
CI_DEPS: codecov>=2.0.5
|
||||
CI_COMMANDS: codecov
|
||||
|
@ -1,10 +1,15 @@
|
||||
sudo: false
|
||||
language: python
|
||||
|
||||
branches:
|
||||
except:
|
||||
- requires-io-master
|
||||
|
||||
env:
|
||||
global:
|
||||
- CI_DEPS=codecov>=2.0.5
|
||||
- CI_COMMANDS=codecov
|
||||
|
||||
git:
|
||||
depth: 10000
|
||||
|
||||
@ -104,4 +109,3 @@ cache:
|
||||
directories:
|
||||
- $HOME/.pyenv
|
||||
- $HOME/.cache/pip
|
||||
# - $HOME/build/mitmproxy/mitmproxy/.tox
|
||||
|
Loading…
Reference in New Issue
Block a user