From 54c1af246fe90d82719831e6727e674bcb105b39 Mon Sep 17 00:00:00 2001 From: KiWooyoung Date: Tue, 4 Dec 2018 09:27:05 +0900 Subject: [PATCH] BLD #10 : modify script content --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index ad65838..0a60590 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,10 +11,7 @@ cache: - '$HOME/.m2/repository' - '$HOME/.gradle' -script: "./gradlew clean build" +script: "./gradlew build" notifications: - slack: asearchworkspace:4V3B2DvvLytHrgDaeSNGLxWY -# email: -# recipients: -# - xxx@gmail.com \ No newline at end of file + slack: asearchworkspace:4V3B2DvvLytHrgDaeSNGLxWY \ No newline at end of file