This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
Foodloop-Server/.travis.yml

19 lines
291 B
YAML

sudo: false
language: perl
#addons:
# postgresql: "9.6"
perl:
- "5.26"
env:
- HARNESS_PERL_SWITCHES="-MDevel::Cover"
install:
- cpanm --quiet --notest --installdeps . #--with-feature=postgres .
- cpanm Devel::Cover
script:
- prove -lr
#- PEAR_TEST_PG=1 prove -lr
- cover