We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5bdc3 commit bbb5935Copy full SHA for bbb5935
.travis.yml
@@ -6,6 +6,8 @@
6
#before_install: sudo apt-get install -y cmake
7
# cmake is pre-installed in Travis for both linux and osx
8
9
+before_install:
10
+ - sudo apt-get install -qq valgrind
11
os:
12
- linux
13
- osx
travis.sh
@@ -25,4 +25,5 @@ make
25
if [ "$TRAVIS_OS_NAME" != "osx" ]
26
then
27
make jsoncpp_check
28
+ valgrind --error-exitcode=42 --leak-check=full ./src/test_lib_json/jsoncpp_test
29
fi
0 commit comments