Disable cobertura travis portion (#3122)

This commit is contained in:
Charles Allen 2016-06-12 23:57:35 -07:00 committed by Nishant
parent 7294ea87c3
commit cf90508793
1 changed files with 0 additions and 3 deletions

View File

@ -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: