From: fennecdjay Date: Fri, 15 Mar 2019 00:59:46 +0000 (+0100) Subject: :bug: TRUE SEVERITY X-Git-Tag: nightly~2666 X-Git-Url: http://10.11.0.4:5575/?a=commitdiff_plain;h=61cfa38b71b2b3900483898a9540ae9dcbea6778;p=gwion.git :bug: TRUE SEVERITY --- diff --git a/.travis.yml b/.travis.yml index d5155c48..1eebb202 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,6 @@ install: - if [ $(uname) != "Linux" ] && [ $(uname) != "Darwin" ]; then choco install make; export BUILD_ON_WINDOWS=1; - 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="NO_VALGRIND"; export SEVERITY=2; @@ -78,7 +77,7 @@ before_script: script: - if [ $(uname) = "Linux" ] || [ $(uname) = "Darwin" ]; then make && make test; - else make.exe && make.exe test; + else make.exe && make.exe test && ./gwion; ./gwion example/array.gw; fi; after_success: