Browse Source

install valgrind on OSX

master
Thom Wiggers 5 years ago
parent
commit
1e92a13703
No known key found for this signature in database GPG Key ID: 1BB0A7CE26E363
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .travis.yml

+ 2
- 0
.travis.yml View File

@@ -35,6 +35,7 @@ matrix:
homebrew:
packages:
- python@3.7
- valgrind
- os: osx
osx_image: xcode10.1
compiler: gcc
@@ -43,6 +44,7 @@ matrix:
packages:
- gcc@8
- python@3.7
- valgrind
env:
- MAKETARGET=test-all



Loading…
Cancel
Save