aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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