diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-06-27 11:33:45 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-06-27 16:00:37 +0200 |
commit | eebd3bb68a953b532f30189425b69a57362044b8 (patch) | |
tree | 14d7fbc67d7462be2195a85a9bd63818cdab4812 /.travis.yml | |
parent | a10c974e1a5c853354ad54c574ad22e1ed46ea9f (diff) | |
download | curl-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
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
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 |