diff --git a/circle.yml b/circle.yml index 8287ea16ab..1332bc45ff 100644 --- a/circle.yml +++ b/circle.yml @@ -29,7 +29,7 @@ dependencies: test: override: # docs take 15 minutes to run - - rm -rf ~/.m2/repository/com/example && ./mvnw clean install -P docs,integration -q -U $MVN_LOCAL_OPTS + - rm -rf ~/.m2/repository/com/example && ./mvnw clean install -P docs,integration -U $MVN_LOCAL_OPTS post: - mkdir -p $CIRCLE_TEST_REPORTS/junit/ - find . -type f -regex ".*/target/.*-reports/.*" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;