From eebd3bb68a953b532f30189425b69a57362044b8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 27 Jun 2018 11:33:45 +0200 Subject: travis: add a build using the synchronous name resolver ... since default uses the threaded one and we test the c-ares build already. Closes #2689 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 840b41480..0045c5e0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -75,6 +75,10 @@ matrix: compiler: clang dist: trusty env: T=debug C="--with-mbedtls --without-ssl" + - os: linux + compiler: clang + dist: trusty + env: T=debug C="--disable-threaded-resolver" - os: linux compiler: clang dist: trusty -- cgit v1.2.3