Skip to content

Commit

Permalink
Merge pull request #10 from cynovg/#4
Browse files Browse the repository at this point in the history
#4 - add travis ci conf
  • Loading branch information
cynovg committed Nov 12, 2019
2 parents 090eb54 + d1a7697 commit f3412e4
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
language: perl
perl:
- "5.20"
- "5.30"
- "dev"
- "blead"
matrix:
include:
- perl: 5.18
env: COVERAGE=1
allow_failures:
- perl: "blead"
sudo: false
before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- source ~/travis-perl-helpers/init
- build-perl
- perl -V
- build-dist
- cd $BUILD_DIR
install:
- cpan-install --deps # installs prereqs, including recommends
- cpan-install --coverage # installs converage prereqs, if enabled
before_script:
- coverage-setup
script:
- prove -l $(test-files) #
after_success:
- coverage-report

0 comments on commit f3412e4

Please sign in to comment.