Merge branch 'cassandra-2.1' into cassandra-2.2

This commit is contained in:
Marcus Eriksson 2017-08-30 13:36:03 +02:00
commit f210b1776b
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ test:
post:
- mkdir -p $CIRCLE_TEST_REPORTS/junit/:
parallel: true
- find ./build/test/output/ -iname "*.xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;:
- case $CIRCLE_NODE_INDEX in [012]) find ./build/test/output/ -iname "*.xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \; ;;esac:
parallel: true