From: fennecdjay Date: Fri, 15 Mar 2019 20:43:17 +0000 (+0100) Subject: :wrench: Travis security 1 X-Git-Tag: nightly~2659 X-Git-Url: http://10.11.0.4:5575/?a=commitdiff_plain;h=ff599743e0142d9999c225705d3e5ba9f1e41861;p=gwion.git :wrench: Travis security 1 --- 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