Commit 4f93897b by Ryan Baxter

more circle ci configuration

parent 5676c8f7
......@@ -3,7 +3,7 @@ general:
ignore:
- gh-pages # list of branches to ignore
artifacts:
- "target/"
- ".*/target/"
machine:
java:
version: oraclejdk8
......@@ -18,10 +18,10 @@ test:
post:
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
- find . -type f -regex ".*/target/.*-reports/.*" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
# - bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)
notify:
webhooks:
# A list of hook hashes, containing the url field
# gitter hook
# - url: https://webhooks.gitter.im/e/fac69f6fc000ef14f7ec
- url: https://webhooks.gitter.im/e/22e6bb4eb945dd61ba54
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment