From 79bedc90a1efc9ba0b2c6565bd5264a7817e68d4 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Sun, 24 May 2020 13:34:19 +0800 Subject: run linter --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 99499c8..8997db4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,6 +46,7 @@ install: - autoheader - ./configure $CONFIGURE_FLAGS CFLAGS="-O2 -Wall -Wno-pointer-sign $WEXTRAFLAGS $EXTRACFLAGS" --prefix="$HOME/inst" || (cat config.log; exit 1) - if [ "$NOWRITEV" = "1" ]; then sed -i -e s/HAVE_WRITEV/DONT_HAVE_WRITEV/ config.h ; fi + - make lint - make -j3 - test -z $DO_FUZZ || make fuzzstandalone # avoid concurrent install, osx/freebsd is racey (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208093) -- cgit v1.2.3