Remove coverall:report in .traval.yml as build still fail and couldn't see job log of travis ci
Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-externals/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-externals/commit/80ca41c1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-externals/tree/80ca41c1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-externals/diff/80ca41c1 Branch: refs/heads/jms-dev-1.1.0 Commit: 80ca41c1f39a73944168fad5597a260e12c3815c Parents: 5c45714 Author: zhangke <zhangke_beij...@qq.com> Authored: Wed Mar 1 23:29:39 2017 +0800 Committer: zhangke <zhangke_beij...@qq.com> Committed: Wed Mar 1 23:29:39 2017 +0800 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-externals/blob/80ca41c1/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 1e36c8d..33841d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ before_install: script: - - travis_retry mvn -B clean install jacoco:report coveralls:report + - travis_retry mvn -B clean install jacoco:report #after_success: # - mvn clean install