From 2ad1e9703515cfa36954ab85334c8f6bb1c6aeec Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Sat, 8 Jun 2019 17:11:07 +0200 Subject: [PATCH] :wrench: End Investigation on plug fault on Osx --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0f148e40..37a1e0e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,12 +66,6 @@ script: make.exe && make.exe test; } fi; - - if [ $(uname) = "Darwin" ]; - then cd tests/import; - brew install valgrind; - NAME=static_string make; - valgrind ../../gwion -p. static_string.gw; - fi; git: submodules: false -- 2.43.0