mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-29 04:49:44 +01:00
485bcc1888
... as it comes with openssl 1.1.1 and we can check also XMPP S2S protocol
17 lines
248 B
YAML
17 lines
248 B
YAML
language: perl
|
|
dist: bionic
|
|
perl:
|
|
- "5.26"
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- dnsutils
|
|
- jsonlint
|
|
install:
|
|
- cpanm --notest Test::More
|
|
- cpanm --notest Data::Dumper
|
|
- cpanm --notest JSON
|
|
# - cpanm JSON::Validator
|
|
script:
|
|
- prove -v
|