Commit d27c8a8e authored by Niels's avatar Niels

reverting OSX

parent fb7ff414
......@@ -45,14 +45,14 @@ matrix:
packages: ['clang-3.7', 'valgrind']
env: COMPILER=clang++-3.7
- os: osx
compiler: clang
env: COMPILER=clang
before_install:
- brew update
- brew install valgrind
# - os: osx
# compiler: clang
# env: COMPILER=clang
# before_install:
# - brew update
# - brew install valgrind
script:
- make CXX=$COMPILER CXXFLAGS="-lstdc++"
- ./json_unit "*"
- valgrind --error-exitcode=1 --leak-check=full --show-leak-kinds=all ./json_unit
- valgrind --error-exitcode=1 --leak-check=full ./json_unit
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment