From f8d6cb4f24f07bc63858a1b36e8162fc8505c498 Mon Sep 17 00:00:00 2001 From: Jon Layton Date: Thu, 2 Aug 2018 11:54:22 -0500 Subject: [PATCH] [build] Disable verify-commits --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 140da24a3..69092e82a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -102,7 +102,7 @@ jobs: # - test/lint/check-doc.py # - test/lint/check-rpc-mappings.py . - test/lint/lint-all.sh - - if [ "$TRAVIS_REPO_SLUG" = "bitcoin/bitcoin" -a "$TRAVIS_EVENT_TYPE" = "cron" ]; then - while read LINE; do travis_retry gpg --keyserver hkp://subset.pool.sks-keyservers.net --recv-keys $LINE; done < contrib/verify-commits/trusted-keys && - travis_wait 30 contrib/verify-commits/verify-commits.sh; - fi +# - if [ "$TRAVIS_REPO_SLUG" = "bitcoin/bitcoin" -a "$TRAVIS_EVENT_TYPE" = "cron" ]; then +# while read LINE; do travis_retry gpg --keyserver hkp://subset.pool.sks-keyservers.net --recv-keys $LINE; done < contrib/verify-commits/trusted-keys && +# travis_wait 30 contrib/verify-commits/verify-commits.sh; +# fi