mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-02-23 05:45:32 +08:00
Update .travis.yml
This commit is contained in:
parent
9f4a4f41d7
commit
fd848d946a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ services:
|
|||
# - master
|
||||
|
||||
before_script:
|
||||
- mysql -e "CREATE DATABASE rebuild10 DEFAULT CHARSET utf8 COLLATE utf8_general_ci;"
|
||||
- mysql -e "CREATE DATABASE rebuild10 COLLATE utf8mb4_general_ci;"
|
||||
- mysql -e "CREATE USER 'rebuild'@'127.0.0.1' IDENTIFIED BY 'rebuild'; GRANT ALL PRIVILEGES ON rebuild10.* TO 'rebuild'@'127.0.0.1'; FLUSH PRIVILEGES;"
|
||||
- mysql -D rebuild10 < src/main/resources/scripts/db-init.sql
|
||||
|
||||
|
|
Loading…
Reference in a new issue