From a1d41c0a7546f1839c2d02504e5b1154f177e4f8 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Fri, 25 Nov 2022 13:57:34 +0100 Subject: [PATCH] You can't have colon-space in unquoted YAML (plain scalars) Signed-off-by: Gilles Peskine --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d7d2c7d43..cdf74c717 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,7 @@ jobs: - tests/scripts/test_psa_constant_names.py # Exclude a few test cases that are failing mysteriously. # https://github.com/Mbed-TLS/mbedtls/issues/6660 - - tests/ssl-opt.sh -e 'Fallback SCSV: .*list' + - tests/ssl-opt.sh -e 'Fallback SCSV:\ .*list' # Modern OpenSSL does not support fixed ECDH, null or ancient ciphers. - tests/compat.sh -p OpenSSL -e 'NULL\|ECDH-\|DES\|RC4' - tests/scripts/travis-log-failure.sh