diff options
-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 |