From 0a63eda7f2e8aa340562990fca5e56667d6ba762 Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Mon, 31 Aug 2020 14:15:58 -0700 Subject: [PATCH] Disable signed-off-by requirement. (#520) Change-Id: Ie84d63bd190dc5843a636037d092457239df4240 --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 78bdc8b75..bbf2319b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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,