testssl.sh/.travis.yml

17 lines
248 B
YAML
Raw Normal View History

2016-06-29 00:02:53 +02:00
language: perl
dist: bionic
2019-08-09 21:08:48 +02:00
perl:
- "5.26"
2016-06-29 00:12:46 +02:00
addons:
apt:
packages:
- dnsutils
- jsonlint
2016-06-29 00:09:12 +02:00
install:
- cpanm --notest Test::More
- cpanm --notest Data::Dumper
- cpanm --notest JSON
# - cpanm JSON::Validator
2016-06-29 00:02:53 +02:00
script:
2016-06-29 00:15:32 +02:00
- prove -v