Skip to content

Commit

Permalink
Add tls1.3 test to travisci
Browse files Browse the repository at this point in the history
  • Loading branch information
jvehent committed Dec 12, 2018
1 parent e79ce27 commit c657894
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@ dist: trusty
language: python
script:
- ./cipherscan google.com
- |
if [ "$(./cipherscan -j cloudflare.com | jq -r '.ciphersuite[0].protocols[0]')" == "TLS1.3" ]; then
echo successfully detected TLS1.3 on cloudflare.com
else
echo failed to detect TLS1.3 on cloudflare.com
exit 1
fi

0 comments on commit c657894

Please sign in to comment.