diff --git a/circle.yml b/circle.yml index 596d21297..bb5d6f292 100644 --- a/circle.yml +++ b/circle.yml @@ -23,7 +23,6 @@ test: post: - mkdir -p $CIRCLE_TEST_REPORTS/junit/ - find . -type f -regex ".*/target/surefire-reports/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \; - - coveralls general: artifacts: - "*.jar"