mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 05:58:01 -05:00
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
This commit is contained in:
parent
a10c974e1a
commit
eebd3bb68a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user