aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-02 22:31:13 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-02 22:39:28 -0700
commitf270ba91215c3f14b1f44da0e5db0221226a5715 (patch)
tree479bc0aa678286a59208e5b71c2c1fea39c88690 /.travis.yml
parent651f85e4a2ef100ced3235ab1827c9ec9a509c43 (diff)
Run tests under valgrind when available.
Fixes #50.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b90c8bf..6d2f313 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,7 @@ addons:
packages:
- doxygen
- libtool
+ - valgrind
- automake
- autoconf
- gcc-6
@@ -23,6 +24,8 @@ install:
- sudo python -m pip install pytest
script:
- $CC --version
+ - libtool --version
+ - valgrind --version
- ./makeconf.sh
- ./configure
- CFLAGS="-fsanitize=address,undefined -g -O1 -Wall -Werror" make