Browse Source

CI: Fix valgrind installation on newer MacOS X

Julius Pfrommer 5 years ago
parent
commit
7064b7315e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/travis/travis_osx_before_install.sh

+ 1 - 1
tools/travis/travis_osx_before_install.sh

@@ -2,7 +2,7 @@
 set -ev
 
 brew install check
-brew install valgrind
+brew install --HEAD valgrind
 brew install graphviz
 brew install python
 brew install mbedtls