Update .travis.yml

This commit is contained in:
getrebuild 2019-01-30 18:04:12 +08:00 committed by GitHub
parent 99a72b7378
commit db16d88f81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ script: mvn clean install -DskipTests=false -B -V
services:
- mysql
- redis
# - redis
before_install:
- mysql -e "CREATE DATABASE rebuild10 DEFAULT CHARSET utf8 COLLATE utf8_general_ci;"
@ -15,4 +15,4 @@ before_install:
#after_success:
# - bash <(curl -s https://codecov.io/bash)
# IN RESEARCH ...
# IN RESEARCH ...