diff --git a/circle.yml b/circle.yml index e033329ff..828ea325e 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)