Skip to content

Commit

Permalink
test against 5.20 and blead
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Axel 'fREW' Schmidt committed Jun 28, 2014
1 parent bc6e05e commit 3d46057
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: perl
perl:
- "blead"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
Expand All @@ -8,6 +10,11 @@ perl:
- "5.8"

before_install:
- git clone git://github.com/haarg/perl-travis-helper
- source perl-travis-helper/init
- build-perl
- perl -V

- mysql -e 'create database dbii_test;'
- export DBIITEST_MYSQL_DSN='dbi:mysql:database=dbii_test;host=127.0.0.1'
- export DBIITEST_MYSQL_USER=root
Expand Down

0 comments on commit 3d46057

Please sign in to comment.