From 4f93897b71b93830fd021af05b3995f3fd94df44 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Mon, 8 Aug 2016 13:57:23 -0400 Subject: [PATCH] more circle ci configuration --- circle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index 39c52677..20b3eeeb 100644 --- a/circle.yml +++ b/circle.yml @@ -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