Skip to content

Commit

Permalink
Add CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdemirbas committed Jun 2, 2019
1 parent 47e65fd commit acd9228
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
jobs:
build:
docker:
- image: circleci/openjdk:8u181-jdk-stretch
steps:
- checkout
- run: mvn clean test
- store_test_results:
path: target/surefire-reports

0 comments on commit acd9228

Please sign in to comment.