summaryrefslogtreecommitdiff
path: root/scripts/travis/script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/travis/script.sh')
-rwxr-xr-xscripts/travis/script.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/travis/script.sh b/scripts/travis/script.sh
index 9a35affea..0cb5df1fd 100755
--- a/scripts/travis/script.sh
+++ b/scripts/travis/script.sh
@@ -70,6 +70,12 @@ if [ "$T" = "debug-mesalink" ]; then
make "TFLAGS=-n !313 !410 !3001" test-nonflaky
fi
+if [ "$T" = "debug-rustls" ]; then
+ ./configure --enable-debug --enable-werror $C
+ make
+ make "TFLAGS=HTTPS !313" test-nonflaky
+fi
+
if [ "$T" = "novalgrind" ]; then
./configure --enable-werror $C
make