diff options
author | Matt Johnston <matt@ucc.asn.au> | 2020-05-24 13:34:19 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2020-05-24 13:34:19 +0800 |
commit | 79bedc90a1efc9ba0b2c6565bd5264a7817e68d4 (patch) | |
tree | 2d81ff960f35562cd9023afe13c5a767e8f05bbd /.travis.yml | |
parent | 545cc62671235ac98b8750665983882e26550da7 (diff) |
run linter
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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) |