Skip to content

Commit

Permalink
Move from travis-ci to circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
glytching committed Sep 7, 2021
1 parent e296b37 commit c1176cc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
jobs:
build:
docker:
- image: circleci/openjdk:8-jdk

working_directory: ~/repo

environment:
TERM: dumb

steps:
- checkout

- run: mvn verify jacoco:report coveralls:report -DrepoToken=w7KlgSEVtzzJRRCxI84aCx3kwKOy0DR0r

0 comments on commit c1176cc

Please sign in to comment.