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 39f2ad7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
dist: trusty
dist: xenial
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 39f2ad7

Please sign in to comment.