summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-06-27 11:33:45 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-06-27 16:00:37 +0200
commiteebd3bb68a953b532f30189425b69a57362044b8 (patch)
tree14d7fbc67d7462be2195a85a9bd63818cdab4812
parenta10c974e1a5c853354ad54c574ad22e1ed46ea9f (diff)
downloadcurl-eebd3bb68a953b532f30189425b69a57362044b8.tar.gz
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
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 840b41480..0045c5e0b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -78,6 +78,10 @@ matrix:
- os: linux
compiler: clang
dist: trusty
+ env: T=debug C="--disable-threaded-resolver"
+ - os: linux
+ compiler: clang
+ dist: trusty
env: T=debug C="--with-nss --without-ssl" NOTESTS=1 CPPFLAGS="-isystem /usr/include/nss"
- os: linux
compiler: gcc