From fba70afcc39ec8ddbd2ab953b282b6c688d16c07 Mon Sep 17 00:00:00 2001 From: winlin Date: Tue, 27 Sep 2016 14:50:24 +0800 Subject: [PATCH] update circleci without ssl. --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index e033329ff1..828ea325ed 100644 --- a/circle.yml +++ b/circle.yml @@ -13,10 +13,10 @@ general: dependencies: override: - - sudo apt-get install -y valgrind openssl + - sudo apt-get install -y valgrind test: override: - - (cd trunk && ./configure --use-sys-ssl && make) + - (cd trunk && ./configure --without-ssl && make) - (cd trunk && ./objs/srs_utest)