testssl.sh/.travis.yml
Dirk 485bcc1888 Change Travis/CI environment to bionic
... as it comes with openssl 1.1.1 and we can check also XMPP S2S
protocol
2020-05-02 18:34:10 +02:00

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