Skip to content

Commit

Permalink
Remove valgrind remnants on Mac (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinweismann authored Jan 10, 2021
1 parent c9ffd04 commit 16b3a1d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ matrix:
- gcc-mingw-w64
- g++-mingw-w64-x86-64

before_install:
- if [[ "$BUILDMODE" = "cmake-make-osx" ]]; then brew update; fi
- if [[ "$BUILDMODE" = "cmake-make-osx" ]]; then brew install valgrind; fi

before_script:
- if [[ "$BUILDMODE" = "cmake-mingw32" ]]; then sh cmake/GenerateMinGW.sh; cd build; fi
- if [[ "$BUILDMODE" = "cmake-make-linux" ]]; then sh cmake/GenerateMake.sh; cd build; fi
Expand Down

0 comments on commit 16b3a1d

Please sign in to comment.