1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-29 07:03:02 +04: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
-9
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++"