From db16d88f81a0afc65c15de8e2a9e207da412233b Mon Sep 17 00:00:00 2001 From: getrebuild <42044143+getrebuild@users.noreply.github.com> Date: Wed, 30 Jan 2019 18:04:12 +0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8f9f51318..536ac93ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 ... \ No newline at end of file +# IN RESEARCH ...