Skip to content

Commit c657894

Browse files
committed
Add tls1.3 test to travisci
1 parent e79ce27 commit c657894

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@ dist: trusty
22
language: python
33
script:
44
- ./cipherscan google.com
5+
- |
6+
if [ "$(./cipherscan -j cloudflare.com | jq -r '.ciphersuite[0].protocols[0]')" == "TLS1.3" ]; then
7+
echo successfully detected TLS1.3 on cloudflare.com
8+
else
9+
echo failed to detect TLS1.3 on cloudflare.com
10+
exit 1
11+
fi

0 commit comments

Comments
 (0)