another try
This commit is contained in:
parent
dd10c89a3e
commit
fbbdcb19bc
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ matrix:
|
|||
script:
|
||||
- uname -a
|
||||
- $COMPILER --version
|
||||
- make CXX=$COMPILER CXXFLAGS="-lstdc++"
|
||||
- make CXX=$COMPILER
|
||||
- ./json_unit "*"
|
||||
- if [ `which valgrind` ]; then
|
||||
valgrind --error-exitcode=1 --leak-check=full ./json_unit ;
|
||||
|
|
Loading…
Reference in a new issue