From 1a2780b64a06b2e7f04abcd15ef5c5000a507376 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Fri, 15 Mar 2019 01:41:57 +0100 Subject: [PATCH] :bug: TRUE SEVERITY --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c4cc60aa..4434a99b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,7 +52,7 @@ install: printf "\033[31m%s033[0m\n" $(which valgrind); git clone https://github.com/dlfcn-win32/dlfcn-win32 && cd dlfcn-win32 && ./configure && make.exe && cd ..; export VALGRIND=; - export SEVERITY=3; + export SEVERITY=2; export CFLAGS="$CFLAGS -Idlfcn-win32"; export LDFLAGS="$LDLAGS -Ldlfcn-win32 -lpsapi dlfcn-win32/libdl.a"; export LIBS="$LIBS -lpsapi"; -- 2.43.0