Skip to content

Commit

Permalink
Add Travis-CI configuration
Browse files Browse the repository at this point in the history
Fixes <#2>
  • Loading branch information
zmughal committed May 29, 2016
1 parent 4aef9eb commit 6ec58a6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: perl
perl:
- "5.10"
- "5.22"
- "dev" # installs latest developer release of perl (e.g. 5.21.8)
- "blead" # builds perl from git
matrix:
include:
- perl: 5.18
env: COVERAGE=1 # enables coverage+coveralls reporting
allow_failures:
- perl: blead # ignore failures for blead perl
sudo: false # faster builds as long as you don't need sudo access
before_install:
- export PERL5OPT="${PERL5OPT}${PERL5OPT:+ }"'-Iblib/lib' # work around for Travis Perl helper (auto.bash $blib)
- eval $(curl https://travis-perl.github.io/init) --auto

0 comments on commit 6ec58a6

Please sign in to comment.