We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e79ce27 commit c657894Copy full SHA for c657894
1 file changed
.travis.yml
@@ -2,3 +2,10 @@ dist: trusty
2
language: python
3
script:
4
- ./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