From fd4f6b69c69ef2908d7d9dfab7a59dc8bfc3cd9a Mon Sep 17 00:00:00 2001 From: Eric Snow Date: Thu, 22 Mar 2018 05:29:59 +0000 Subject: [PATCH] Disable the schema check. --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4e5b30ac..d2c29c99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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`