Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Oct 26, 2014
1 parent 6c9fee8 commit ae92656
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:
#- dev
- "blead"
#- stable
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
- "5.8"
env:
global:
- RELEASE_TESTING=1
- AUTHOR_TESTING=1
before_install:
- git clone git://github.com/haarg/perl-travis-helper ~/perl-travis-helper
- source ~/perl-travis-helper/init
- build-perl
- perl -V
- build-dist
- cd $BUILD_DIR
install:
- cpan-install ExtUtils::MakeMaker~6.68 --deps
script:
- perl Build.PL
- ./Build
- prove -br -j$(test-jobs) $(test-files)

0 comments on commit ae92656

Please sign in to comment.