1
0
mirror of https://github.com/nlohmann/json.git synced 2025-08-09 05:22:48 +03:00

don't install valgrind for OSX

This commit is contained in:
Niels
2016-04-29 20:01:11 +02:00
parent 40abeb28d5
commit a07cdb14ec

View File

@@ -77,25 +77,16 @@ matrix:
osx_image: xcode7.1
compiler: clang
env: COMPILER=clang
before_install:
- brew update
- brew install valgrind
- os: osx
osx_image: xcode7.2
compiler: clang
env: COMPILER=clang
before_install:
- brew update
- brew install valgrind
- os: osx
osx_image: xcode7.3
compiler: clang
env: COMPILER=clang
before_install:
- brew update
- brew install valgrind
script:
- make CXX=$COMPILER CXXFLAGS="-lstdc++"