From 61cfa38b71b2b3900483898a9540ae9dcbea6778 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Fri, 15 Mar 2019 01:59:46 +0100 Subject: [PATCH] :bug: TRUE SEVERITY --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: -- 2.43.0