aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 30ebefd..27965dd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -68,3 +68,19 @@ matrix:
- clang-format-3.9
script:
- ./format.sh -d
+
+ # valgrind
+ - os: linux
+ env:
+ - TEST="valgrind (openssl)"
+ addons:
+ apt:
+ sources:
+ - ubuntu-toolchain-r-test
+ packages:
+ - gcc-6
+ - valgrind
+ script:
+ - ./configure --enable-openssl
+ - make
+ - make runtest-valgrind