aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-08-20 11:30:25 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-08-20 19:55:06 +0200
commit3e8a9bfd17b4c3b7b9f822739b6afc9ed6b92208 (patch)
treec30fe7c78fe3e83d3218f4b24bf9eb4870ac107e /.travis.yml
parent84c2793be4ff076f41b18c4204e436fac56d6b5c (diff)
openssl: build warning free with boringssl
Closes #4244
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0a03e3bba..827b86f7d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -521,7 +521,7 @@ script:
- |
set -eo pipefail
if [ "$T" = "novalgrind" ]; then
- ./configure $C
+ ./configure --enable-werror $C
make && make examples
make TFLAGS=-n test-nonflaky
fi