mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-02-23 22:04:32 +08:00
Update .travis.yml
This commit is contained in:
parent
99a72b7378
commit
db16d88f81
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ script: mvn clean install -DskipTests=false -B -V
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- mysql
|
- mysql
|
||||||
- redis
|
# - redis
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- mysql -e "CREATE DATABASE rebuild10 DEFAULT CHARSET utf8 COLLATE utf8_general_ci;"
|
- mysql -e "CREATE DATABASE rebuild10 DEFAULT CHARSET utf8 COLLATE utf8_general_ci;"
|
||||||
|
|
Loading…
Reference in a new issue