1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-05-02 14:26:04 +02:00

Install test dependancies

This commit is contained in:
Frank Breedijk 2016-06-29 00:09:12 +02:00
parent 0a86f07e61
commit 2111008880

@ -1,5 +1,9 @@
language: perl
perl:
- "5.18"
install:
- cpanm Test::More
- cpanm Data::Dumper
- cpanm JSON
script:
prove