Disable the schema check.

This commit is contained in:
Eric Snow 2018-03-22 05:29:59 +00:00
parent 22d6e9f88d
commit fd4f6b69c6

View file

@ -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`