Disable signed-off-by requirement. (#520)
Change-Id: Ie84d63bd190dc5843a636037d092457239df4240
This commit is contained in:
parent
f5a44b0d14
commit
0a63eda7f2
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue