From 91a670329f0cd47efee6cbfe1d5ed99a154707a9 Mon Sep 17 00:00:00 2001 From: shesheng Date: Wed, 30 May 2018 17:33:50 +0800 Subject: [PATCH] add travis check --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 352012e1..8f65c72f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ notifications: recipients: - dev@rocketmq.apache.org on_success: change - on_failure: never + on_failure: always language: java -- GitLab