From f85c392556439d7b32c2dc9e5a3cb9eca5e26584 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Sat, 8 Jun 2019 12:02:57 +0200 Subject: [PATCH] :wrench: Investigate plug fault on Osx --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ec5da9a8..cf816712 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,8 +68,9 @@ script: fi; - if [ $(uname) = "Darwin" ]; then cd tests/import; + brew install valgrind NAME=static_string make; - valgrind ../../gwion-p. static_string.gw; + valgrind ../../gwion -p. static_string.gw; fi; git: -- 2.43.0