Install test dependancies

This commit is contained in:
Frank Breedijk 2016-06-29 00:09:12 +02:00
parent 0a86f07e61
commit 2111008880
1 changed files with 4 additions and 0 deletions

View File

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