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:
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue