]> Nishi Git Mirror - gwion.git/commitdiff
:bug: TRUE SEVERITY
authorfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 15 Mar 2019 00:41:57 +0000 (01:41 +0100)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 15 Mar 2019 00:41:57 +0000 (01:41 +0100)
.travis.yml

index c4cc60aa9e5f73cad6f48d8a296c6dbb90e7490d..4434a99bdea429aab1246c72163eb9ad327b394b 100644 (file)
@@ -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";