From 18c26fcf01bb0d98659f54fb3f5730e20f9507aa Mon Sep 17 00:00:00 2001 From: Rui Gu Date: Wed, 6 Apr 2016 23:51:49 +0100 Subject: [PATCH] clean the project before build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 581f88f6b..338320c25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -218,4 +218,4 @@ before_script: - export REDIS_VERSION="$(redis-cli INFO SERVER | sed -n 2p)" - echo $REDIS_VERSION - redis-cli SHUTDOWN NOSAVE -script: mvn -Dtest=$REDISSON_TEST -Dsurefire.rerunFailingTestsCount=5 -DargLine="-DredisBinary=$REDIS_BIN/redis-server -DtravisEnv=true" -Punit-test test +script: mvn -Dtest=$REDISSON_TEST -Dsurefire.rerunFailingTestsCount=5 -DargLine="-DredisBinary=$REDIS_BIN/redis-server -DtravisEnv=true" -Punit-test clean test