From ef57444bc5d78704628e76a18829ac572dfe1ce9 Mon Sep 17 00:00:00 2001 From: Charles Allen Date: Thu, 9 Jun 2016 19:26:39 -0700 Subject: [PATCH] Disable cobertura travis portion --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index db8f69b202b6..d34d646fcff4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,6 @@ jdk: script: - mvn test -B && mvn clean -Pstrict compile test-compile -B -after_success: - - mvn clean cobertura:cobertura coveralls:report -pl '!benchmarks,!distribution' - sudo: false cache: