From ff599743e0142d9999c225705d3e5ba9f1e41861 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Fri, 15 Mar 2019 21:43:17 +0100 Subject: [PATCH] :wrench: Travis security 1 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 871ffaeb..4f5dfe13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- 2.43.0