Update circle.yml

This commit is contained in:
Kai Zimmermann
2016-11-08 16:37:58 +01:00
committed by GitHub
parent f5585ead70
commit 8d19f19a35

View File

@@ -23,7 +23,6 @@ test:
post: post:
- mkdir -p $CIRCLE_TEST_REPORTS/junit/ - mkdir -p $CIRCLE_TEST_REPORTS/junit/
- find . -type f -regex ".*/target/surefire-reports/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \; - find . -type f -regex ".*/target/surefire-reports/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
- coveralls
general: general:
artifacts: artifacts:
- "*.jar" - "*.jar"