From: Daniel Stenberg Date: Wed, 27 Jun 2018 09:33:45 +0000 (+0200) Subject: travis: add a build using the synchronous name resolver X-Git-Tag: curl-7_61_0~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eebd3bb68a953b532f30189425b69a57362044b8;p=thirdparty%2Fcurl.git 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 --- diff --git a/.travis.yml b/.travis.yml index 840b414801..0045c5e0b1 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