Skip to content

Commit

Permalink
add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
wollmers committed Aug 16, 2014
1 parent bb35cbc commit d3c6157
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: perl
perl:
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
- "5.8"
before_install:
cpanm -n Devel::Cover &&
cpanm -n Devel::Cover::Report::Coveralls
script:
perl Build.PL && ./Build build && cover -test -report coveralls
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Revision history for Grapheme::Ngram

{{$NEXT}}
- add travis

0.002 2014-08-04 22:05:17 CEST
- quote version
Expand Down
5 changes: 5 additions & 0 deletions lib/Grapheme/Ngram.pm
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ __END__
Grapheme::Ngram - n-grams of Unicode Extended Grapheme Clusters
=for html
<a href="https://travis-ci.org/wollmers/Grapheme-Ngram"><img src="https://travis-ci.org/wollmers/Grapheme-Ngram.png" alt="Grapheme-Ngram"></a>
<a href='https://coveralls.io/r/wollmers/Grapheme-Ngram?branch=master'><img src='https://coveralls.io/repos/wollmers/Grapheme-Ngram/badge.png?branch=master' alt='Coverage Status' /></a>
=head1 SYNOPSIS
use Grapheme::Ngram;
Expand Down

0 comments on commit d3c6157

Please sign in to comment.