next try to fix travsi mysql
Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
parent
7c6b7d1ec5
commit
82c080263f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,6 @@ notifications:
|
|||
env:
|
||||
- DB=mysql
|
||||
- DB=postgresql
|
||||
- DEBIAN_FRONTEND=noninteractive
|
||||
addons:
|
||||
postgresql: "9.4"
|
||||
apt:
|
||||
|
@ -46,6 +45,7 @@ language: ruby
|
|||
rvm:
|
||||
- 2.4.4
|
||||
before_install:
|
||||
- export DEBIAN_FRONTEND=noninteractive
|
||||
- gem update --system # Due to: https://github.com/travis-ci/travis-ci/issues/8978
|
||||
- git fetch --unshallow
|
||||
- if [ "${DB}" = "mysql" ]; then mysql -u root -e "CREATE USER 'some_user'@'localhost' IDENTIFIED BY 'some_pass';"; fi
|
||||
|
|
Loading…
Reference in a new issue