changeset 1680:5e763ad6e2e0

run linter
author Matt Johnston <matt@ucc.asn.au>
date Sun, 24 May 2020 13:34:19 +0800
parents 90fffce0ee99
children 435cfb9ec96e
files .travis.yml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Sun May 24 13:15:24 2020 +0800
+++ b/.travis.yml	Sun May 24 13:34:19 2020 +0800
@@ -46,6 +46,7 @@
   - 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)