aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2020-08-31 14:15:58 -0700
committerGitHub <noreply@github.com>2020-08-31 14:15:58 -0700
commit0a63eda7f2e8aa340562990fca5e56667d6ba762 (patch)
tree1a65afd98d259049b36d3a1621e34ff906a01015 /.travis.yml
parentf5a44b0d149001541dc92a7c6b128aaa2090468c (diff)
downloadriscv-openocd-0a63eda7f2e8aa340562990fca5e56667d6ba762.zip
riscv-openocd-0a63eda7f2e8aa340562990fca5e56667d6ba762.tar.gz
riscv-openocd-0a63eda7f2e8aa340562990fca5e56667d6ba762.tar.bz2
Disable signed-off-by requirement. (#520)
Change-Id: Ie84d63bd190dc5843a636037d092457239df4240
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 78bdc8b..bbf2319 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,