From 98d0460af0f7b950ded45c4b0af2e59f8584c311 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Mon, 24 Jun 2019 23:27:44 -0700 Subject: [PATCH] try to disable TLS for unittesting --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 920ea50b..1193ca8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ matrix: - cd ../.. - export PATH=$CMAKE_PATH:$PATH - cd test - - cmake -DUSE_TLS=1 -DUSE_MBED_TLS=1 . + - cmake . - cmake --build --parallel . - ixwebsocket_unittest.exe # - python test/run.py