mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Disable the schema check.
This commit is contained in:
parent
22d6e9f88d
commit
fd4f6b69c6
1 changed files with 4 additions and 2 deletions
|
|
@ -16,8 +16,10 @@ matrix:
|
|||
env: TARGET=ci-coverage
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
- python: 3.6
|
||||
env: TARGET=ci-check-schemafile
|
||||
# The schema check is failing with a 403 error, possibly
|
||||
# due to GitHub API limits.
|
||||
#- python: 3.6
|
||||
#- env: TARGET=ci-check-schemafile
|
||||
|
||||
before_install: |
|
||||
export TRAVIS_PYTHON_PATH=`which python`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue