From 92d756045adb04caac1027ae05960a0ab60687cf Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Mon, 22 Jun 2020 21:24:44 +0200 Subject: [PATCH] travis: use existing Makefile target to run checksrc --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e5e1b32..58bc19f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -101,7 +101,9 @@ install: script: - | if [ "$B" = "style" ]; then - perl src/checksrc.pl -i4 -m79 -ASIZEOFNOPAREN -ASNPRINTF -ACOPYRIGHT -AFOPENMODE -Wsrc/libssh2_config.h src/*.[ch] include/*.h example/*.c + ./buildconf + ./configure + make checksrc fi - | if [ "$B" = "configure" ]; then