Skip to content

Commit a87fe24

Browse files
committed
Makefile: no DCO with git-validation on travis
Signed-off-by: Vincent Batts <[email protected]>
1 parent dda13dc commit a87fe24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ endif
7272
.gitvalidation:
7373
@which git-validation > /dev/null 2>/dev/null || (echo "ERROR: git-validation not found. Consider 'make install.tools' target" && false)
7474
ifdef TRAVIS_COMMIT_RANGE
75-
git-validation -q -run DCO,short-subject,dangling-whitespace
75+
git-validation -q -run short-subject,dangling-whitespace
7676
else
7777
git-validation -v -run DCO,short-subject,dangling-whitespace -range $(EPOCH_TEST_COMMIT)..HEAD
7878
endif

0 commit comments

Comments
 (0)