From: Tobias Brunner Date: Thu, 22 Nov 2018 17:30:46 +0000 (+0100) Subject: travis: Only use GCC for crypto plugin tests X-Git-Tag: 5.7.2dr4~12^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7195914dafb2f14d2c365fd521553ebca5884b70;p=thirdparty%2Fstrongswan.git travis: Only use GCC for crypto plugin tests They are already build-tested with Clang via "all" and others. --- diff --git a/.travis.yml b/.travis.yml index 98804f2c60..84ff114822 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