travis: add mariadb test
This commit is contained in:
parent
a00628d869
commit
3e14ef9db4
1 changed files with 14 additions and 0 deletions
14
.travis.yml
14
.travis.yml
|
@ -1,3 +1,5 @@
|
|||
sudo: false
|
||||
|
||||
language: perl
|
||||
perl:
|
||||
- "blead"
|
||||
|
@ -10,6 +12,18 @@ perl:
|
|||
- "5.8"
|
||||
- "5.6"
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- addons:
|
||||
mariadb: 5.5
|
||||
perl: 5.20
|
||||
- addons:
|
||||
mariadb: 10.0
|
||||
perl: 5.20
|
||||
- addons:
|
||||
mariadb: 10.1
|
||||
perl: 5.20
|
||||
|
||||
before_install:
|
||||
- git clone git://github.com/haarg/perl-travis-helper
|
||||
- source perl-travis-helper/init
|
||||
|
|
Loading…
Reference in a new issue