aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2015-04-13 12:13:56 +0200
committerMartin Willi <martin@revosec.ch>2015-04-15 14:38:42 +0200
commit3aa785507d5403455b16494cdcd2857f8e66ae99 (patch)
tree9827c3f52686d22e45f5f7db46cd9d59b99b050f /.travis.yml
parent13a5a906e941b147d9b214a91d03d9ee356d723e (diff)
downloadstrongswan-3aa785507d5403455b16494cdcd2857f8e66ae99.tar.bz2
strongswan-3aa785507d5403455b16494cdcd2857f8e66ae99.tar.xz
travis: Run a gcrypt test with leak-detective
And also enable gcrypt in the all tests with leak-detective enabled.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 46e7cfd6c..1b1966971 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,8 +25,8 @@ env:
- TEST=default LEAK_DETECTIVE=yes
- TEST=openssl
- TEST=openssl LEAK_DETECTIVE=yes
- # libgcrypt can't be deinitialized so we can't test it with leak detective
- TEST=gcrypt
+ - TEST=gcrypt LEAK_DETECTIVE=yes
# we can't test Vstr as negative int args are not properly passed to CBs
- TEST=printf-builtin
- TEST=printf-builtin LEAK_DETECTIVE=yes