summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2020-03-04 23:14:29 -0500
committerJay Satiro <raysatiro@yahoo.com>2020-03-04 23:14:29 -0500
commit188cd99c7dd726707bef900b6cfbc5da30821751 (patch)
tree4a843a0e2e4d97659c868872e9876a5ce2b1a15d
parent2270306c7e7c9c8cdc7c3be5a312164065e2a45a (diff)
downloadcurl-188cd99c7dd726707bef900b6cfbc5da30821751.tar.gz
Revert "runtests: temp use enable-debug for enable-ares build"
This reverts commit 2270306c7e7c9c8cdc7c3be5a312164065e2a45a. I enabled debug to get line numbers from valgrind but the error is not reproducible when debug is enabled....
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index aaa153ded..4174168ec 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -61,7 +61,7 @@ matrix:
compiler: gcc
dist: trusty
env:
- - T=debug C="--enable-ares --enable-debug "
+ - T=normal C="--enable-ares"
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
- os: linux
compiler: gcc