[build] Disable verify-commits

This commit is contained in:
Jon Layton 2018-08-02 11:54:22 -05:00
parent 26450eb3e4
commit f8d6cb4f24
1 changed files with 4 additions and 4 deletions

View File

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