Skip to content

Commit

Permalink
final travis ci mysql fix
Browse files Browse the repository at this point in the history
Signed-off-by: André Bauer <monotek23@gmail.com>
  • Loading branch information
monotek committed Feb 1, 2019
1 parent 82c0802 commit 5d044ee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,18 @@ addons:
- libxslt1-dev
- libyaml-0-2
- libyaml-dev
- mysql-client-5.7
- mysql-client-core-5.7
- mysql-server-5.7
- patch
- pkg-config
- postfix
- sqlite3
- zlib1g-dev
services:
- postgresql
- mysql
- postgresql
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
Expand Down

0 comments on commit 5d044ee

Please sign in to comment.