reverting OSX

pull/170/merge
Niels 2016-01-02 16:49:56 +01:00
parent fb7ff414ad
commit d27c8a8ea8
1 changed files with 7 additions and 7 deletions

View File

@ -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