Skip to content

Commit

Permalink
Update repo meta files
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Feb 27, 2016
1 parent a1cf856 commit cb09c54
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
David Golden <dagolden@cpan.org> <xdg@xdg.me>
27 changes: 22 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,30 @@
language: perl
services:
- mongodb
script: prove -lr t
install:
- cpanm -n -q --skip-satisfied --installdeps .
sudo: false
perl:
- "blead"
- "5.22.1"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
matrix:
include:
- perl: 5.18
env: COVERAGE=1
allow_failures:
- perl: "blead"
before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- source ~/travis-perl-helpers/init
- build-perl
- perl -V
install:
- cpan-install --deps # installs prereqs, including recommends
- cpan-install --coverage # installs converage prereqs, if enabled
before_script:
- coverage-setup
script: perl Makefile.PL && make test
after_success:
- coverage-report
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ copyright_holder = David Golden
copyright_year = 2013

[@DAGOLDEN]
:version = 0.060
:version = 0.072
stopwords = MeerkatDateTime
stopwords = MongoDBx
stopwords = Moosey
Expand Down

0 comments on commit cb09c54

Please sign in to comment.