diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 0000000..a5e876c --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,9 @@ +version: 2.1 + +orbs: + maven: circleci/maven@0.0.12 + +workflows: + maven_test: + jobs: + - maven/test # checkout, build, test, and upload test results