Skip to content

Commit

Permalink
Add a Travis config.
Browse files Browse the repository at this point in the history
5.22 is currently not working, for some reason the author tests are
running.  See travis-perl/helpers#26
  • Loading branch information
schwern committed Dec 5, 2015
1 parent bebf276 commit e7e7c88
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
sudo: false
language: perl
perl:
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
- "5.8"
before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- source ~/travis-perl-helpers/init --auto

0 comments on commit e7e7c88

Please sign in to comment.