From 52ce3956156c51f3dab14bbbba023d06dc058113 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Fri, 8 Feb 2019 11:25:01 -0800 Subject: [PATCH] Disable Cobertura. Doesn't work with JDK9, yay. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index db11f5c..f88d670 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,5 +10,5 @@ cache: - '$HOME/.m2/repository' script: - - mvn -B cobertura:cobertura coveralls:cobertura + # - mvn -B cobertura:cobertura coveralls:cobertura - rm -rf $HOME/.m2/repository/com/samskivert/jmustache