Trying to fix build

This commit is contained in:
Marcin Grzejszczak
2016-08-09 16:02:47 +02:00
parent 0a31683bfe
commit 1ae65c51c6

View File

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