From 7195914dafb2f14d2c365fd521553ebca5884b70 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 22 Nov 2018 18:30:46 +0100 Subject: [PATCH] travis: Only use GCC for crypto plugin tests They are already build-tested with Clang via "all" and others. --- .travis.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index 98804f2c6..84ff11482 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,22 +78,11 @@ matrix: - env: TEST=printf-builtin LEAK_DETECTIVE=yes - env: TEST=printf-builtin LEAK_DETECTIVE=yes compiler: clang + # the crypto plugins are build-tested with clang via "all" above - env: TEST=botan - - env: TEST=botan - compiler: clang - env: TEST=botan LEAK_DETECTIVE=yes - - env: TEST=botan LEAK_DETECTIVE=yes - compiler: clang - env: TEST=openssl - - env: TEST=openssl - compiler: clang - env: TEST=openssl LEAK_DETECTIVE=yes - - env: TEST=openssl LEAK_DETECTIVE=yes - compiler: clang - env: TEST=gcrypt - - env: TEST=gcrypt - compiler: clang - env: TEST=gcrypt LEAK_DETECTIVE=yes - - env: TEST=gcrypt LEAK_DETECTIVE=yes - compiler: clang - env: TEST=apidoc