1
0
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:
Daniel Stenberg 2018-06-27 11:33:45 +02:00
parent a10c974e1a
commit eebd3bb68a
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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