Trying to fix travis config.
This commit is contained in:
parent
21e5fe895e
commit
48a346ee0c
1 changed files with 6 additions and 6 deletions
12
.travis.yml
12
.travis.yml
|
@ -14,14 +14,14 @@ perl:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- addons:
|
- addons:
|
||||||
mariadb: 5.5
|
mariadb: "5.5"
|
||||||
perl: 5.20
|
perl: "5.20"
|
||||||
- addons:
|
- addons:
|
||||||
mariadb: 10.0
|
mariadb: "10.0"
|
||||||
perl: 5.20
|
perl: "5.20"
|
||||||
- addons:
|
- addons:
|
||||||
mariadb: 10.1
|
mariadb: "10.1"
|
||||||
perl: 5.20
|
perl: "5.20"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- git clone git://github.com/haarg/perl-travis-helper
|
- git clone git://github.com/haarg/perl-travis-helper
|
||||||
|
|
Loading…
Reference in a new issue