We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47ebbbc + 85dc955 commit 8cda55aCopy full SHA for 8cda55a
.travis.yml
@@ -24,6 +24,8 @@ matrix:
24
mariadb: "10.5"
25
name: "MariaDB 10.5/Perl 5.24"
26
perl: "5.24"
27
+ sudo: true
28
+ env: VERSION=mariadb-10.5
29
# - addons:
30
# mysql: "5.5"
31
# name: "MySQL 5.5/Perl 5.24"
@@ -64,6 +66,8 @@ install:
64
66
- cpanm --quiet --notest Text::Template
65
67
68
before_script:
69
+ # MariaDB-10.4?+ has unix_plugin socket auth, but no password is set.
70
+ - if [ "$VERSION" == 'mariadb-10.5' ]; then sudo mysql -e 'SET PASSWORD = PASSWORD("")'; fi
71
- echo -e "[client]\nuser=root\npassword=\"\"" > .my.cnf
72
- chmod 600 .my.cnf
73
- git clone https://github.com/datacharmer/test_db.git
0 commit comments