This repository has been archived on 2023-08-16. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Foodloop-Server/.travis.yml

14 lines
200 B
YAML
Raw Normal View History

2017-04-21 23:46:13 +01:00
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