infra: attempt to resolve failure that reprodusible only on travis

This commit is contained in:
Roman Ivanov 2015-09-22 13:18:41 -07:00
parent 0c2a64d9f0
commit e040b82ce9
1 changed files with 1 additions and 1 deletions

View File

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