From 517bbd54d55db18462033fbb80b83447be13008b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 4 Aug 2015 15:24:26 +0200 Subject: [PATCH] Avoid using openssl too much on travis for now Apparently the version of openssl available on travis machines does not support all the ciphersuites expected by compat.sh. While waiting for this script to handle various openssl versions better, just disable openssl. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a7b9a32ea..8f683d1ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ script: - cmake -D CMAKE_BUILD_TYPE:String="Check" . - make - make test -- tests/compat.sh +- tests/compat.sh -p mbedtls - tests/ssl-opt.sh - tests/scripts/test-ref-configs.pl env: