Trying to fix travis config.

This commit is contained in:
root 2016-03-29 14:52:54 +02:00
parent 21e5fe895e
commit 48a346ee0c

View file

@ -14,14 +14,14 @@ perl:
matrix:
include:
- addons:
mariadb: 5.5
perl: 5.20
mariadb: "5.5"
perl: "5.20"
- addons:
mariadb: 10.0
perl: 5.20
mariadb: "10.0"
perl: "5.20"
- addons:
mariadb: 10.1
perl: 5.20
mariadb: "10.1"
perl: "5.20"
before_install:
- git clone git://github.com/haarg/perl-travis-helper