Commit 0fd6bb10 authored by David Gibson's avatar David Gibson

.travis.yml: Add valgrind testing

Currently, our Travis builds don't have valgrind installed, meaning
that ccanlint's valgrind based tests will be skipped, which is
unfortunate.

This adds valgrind to some of the builds to give us better CI
coverage.  It's not added for Precise with gcc, because that causes
failures which appear to be due to something in the builtins of that
gcc version.
Signed-off-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
parent 870b6316
......@@ -6,7 +6,15 @@ matrix:
- compiler: gcc
env: CFLAGS="-std=gnu99"
- compiler: clang
addons:
apt:
packages:
- valgrind
- dist: trusty
addons:
apt:
packages:
- valgrind
env: CFLAGS="-std=gnu99"
compiler: gcc
......
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