From f9bc52847867802829a519920558e52a09fd55e4 Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Mon, 30 Sep 2019 12:47:34 -0700 Subject: [PATCH] Fix filterdiff line. We don't want to enforce code style on libjaylink, which in mainline is a subrepository. Change-Id: Ic72dff4b56f5781dd1ba94519eb4b067903ceaae --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3749a8aed..719144508 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,7 +64,7 @@ script: # so this should work fine most of the time, and be a lot better than not # checking at all. - git diff -U20 HEAD~40 | - filterdiff -x "b/src/jtag/drivers/libjaylink/*" -x "b/tools/git2cl/*" | + filterdiff -x "a/src/jtag/drivers/libjaylink/*" -x "a/tools/git2cl/*" | ./tools/scripts/checkpatch.pl --no-signoff - - ./bootstrap && ./configure --enable-remote-bitbang --enable-jtag_vpi $CONFIGURE_ARGS && make - file src/$EXECUTABLE