Skip to content

Commit

Permalink
Merge pull request #4 from timurgaleev/circleci-project-setup
Browse files Browse the repository at this point in the history
Add .circleci/config.yml
  • Loading branch information
timurgaleev authored Aug 10, 2020
2 parents 21da98b + c71c0f0 commit 77b1ca2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2.1

orbs:
maven: circleci/[email protected]

workflows:
maven_test:
jobs:
- maven/test # checkout, build, test, and upload test results

0 comments on commit 77b1ca2

Please sign in to comment.