Add .circleci/config.yml

This commit is contained in:
Ilkka Seppälä 2021-02-28 11:15:17 +02:00
parent 03bc4a6b9a
commit bd2c3ff52d

9
.circleci/config.yml Normal file
View File

@ -0,0 +1,9 @@
version: 2.1
orbs:
maven: circleci/maven@1.1
workflows:
maven_test:
jobs:
- maven/test