Disable signed-off-by requirement. (#520)

Change-Id: Ie84d63bd190dc5843a636037d092457239df4240
This commit is contained in:
Tim Newsome 2020-08-31 14:15:58 -07:00 committed by GitHub
parent f5a44b0d14
commit 0a63eda7f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -59,7 +59,10 @@ matrix:
script:
# This is here for the signoff check.
- ./tools/checkpatch.sh
# Disabled because when travis does the integration build the last change
# is an automated change, which won't have the Signed-off-by line.
#- ./tools/checkpatch.sh
# Ideally we'd diff back to where we either branched off OpenOCD or master,
# or riscv. But that's tricky, and the default git clone only gets the last
# 50 changes any case. Most merges won't consist of more than 40 changes,