disable double requires-io-master CI builds

This commit is contained in:
Thomas Kriechbaumer 2017-05-19 11:58:19 +08:00
parent a9e002af18
commit af0ad49434
2 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,10 @@
version: '{build}' version: '{build}'
build: off # Not a C# project build: off # Not a C# project
branches:
except:
- requires-io-master
environment: environment:
CI_DEPS: codecov>=2.0.5 CI_DEPS: codecov>=2.0.5
CI_COMMANDS: codecov CI_COMMANDS: codecov

View File

@ -1,10 +1,15 @@
sudo: false sudo: false
language: python language: python
branches:
except:
- requires-io-master
env: env:
global: global:
- CI_DEPS=codecov>=2.0.5 - CI_DEPS=codecov>=2.0.5
- CI_COMMANDS=codecov - CI_COMMANDS=codecov
git: git:
depth: 10000 depth: 10000
@ -104,4 +109,3 @@ cache:
directories: directories:
- $HOME/.pyenv - $HOME/.pyenv
- $HOME/.cache/pip - $HOME/.cache/pip
# - $HOME/build/mitmproxy/mitmproxy/.tox