From: fennecdjay Date: Sat, 16 Mar 2019 13:03:55 +0000 (+0100) Subject: :wrench: osx valgrind X-Git-Tag: nightly~2632 X-Git-Url: http://10.11.0.4:5575/?a=commitdiff_plain;h=0fc054d5392af95ada6def7cf713499d34643c36;p=gwion.git :wrench: osx valgrind --- diff --git a/.travis.yml b/.travis.yml index cebf7f63..f8b3542a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,7 +62,7 @@ before_script: if [ $CC = gcc ]; then export CC=gcc-8; elif [ $CC = clang ]; then export CC=clang-7; fi; - elif [ $(uname) = "Darwin" ]; then brew update; + elif [ $(uname) = "Darwin" ]; then brew update; brew install valgrind; export CFLAGS="$CFLAGS -march=x86-64"; fi;