mirror of
https://github.com/curl/curl.git
synced 2026-06-27 18:25:38 +03: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
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue