]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Travis security 1
authorfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 15 Mar 2019 20:43:17 +0000 (21:43 +0100)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 15 Mar 2019 20:43:17 +0000 (21:43 +0100)
.travis.yml

index 871ffaeb5f76a9c47d5774dadf26d12d94a70933..4f5dfe1394193940111b8da3e93c0f890896eba3 100644 (file)
@@ -51,7 +51,7 @@ install:
       export BUILD_ON_WINDOWS=1;
       git clone https://github.com/dlfcn-win32/dlfcn-win32 && cd dlfcn-win32 && ./configure && make.exe && cd ..;
       export VALGRIND="NO_VALGRIND";
-      export SEVERITY=2;
+      export SEVERITY=1;
       export CFLAGS="$CFLAGS -Idlfcn-win32";
       export LDFLAGS="$LDLAGS -Ldlfcn-win32 -lpsapi dlfcn-win32/libdl.a";
       export LIBS="$LIBS -lpsapi -shared";
@@ -86,6 +86,5 @@ after_success:
       ./cc-test-reporter after-build -r $TRAVIS_TEST_RESULT;
     fi;
 
-
 git:
   submodules: false