Added travis CI file

This commit is contained in:
Tom Bloor 2017-04-21 23:46:13 +01:00
parent a097db2017
commit 7a555c040e
1 changed files with 13 additions and 0 deletions

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
sudo: false
language: perl
perl:
- "5.20"
env:
- HARNESS_PERL_SWITCHES="-MDevel::Cover"
install:
- cpanm --quiet --notest --installdeps .
- cpanm Devel::Cover
script:
- prove -lr
- cover