]> granicus.if.org Git - curl/commitdiff
travis: add a build using the synchronous name resolver
authorDaniel Stenberg <daniel@haxx.se>
Wed, 27 Jun 2018 09:33:45 +0000 (11:33 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 27 Jun 2018 14:00:37 +0000 (16:00 +0200)
... since default uses the threaded one and we test the c-ares build
already.

Closes #2689

.travis.yml

index 840b41480177bb29c401839bdae80d58ee1cd578..0045c5e0b1da67a76850c4c556fba2e08b39d087 100644 (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