From e040b82ce9693d3dd117fca443ab184b97a2b661 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Tue, 22 Sep 2015 13:18:41 -0700 Subject: [PATCH] infra: attempt to resolve failure that reprodusible only on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ebda35a56..24eefab1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ matrix: - jdk: oraclejdk8 env: - DESC="cobertura and codecov" - - CMD="mvn clean cobertura:check cobertura:cobertura" + - CMD="mvn clean compile cobertura:check cobertura:cobertura" - COVERAGE_CMD="bash <(curl -s https://codecov.io/bash)" # findbugs and pmd (oraclejdk8) - jdk: oraclejdk8