Skip to content

Commit 656d3e0

Browse files
committed
build(project): update circleci files.
1 parent 3a194af commit 656d3e0

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
# Then run your tests!
2626
- run:
2727
name: Test
28-
command: mvn test
28+
command: mvn test jacoco:report coveralls:report
2929

3030
# Invoke jobs via workflows
3131
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
3232
workflows:
33-
sample: # This is the name of the workflow, feel free to change it to better match your workflow.
33+
Build And Test: # This is the name of the workflow, feel free to change it to better match your workflow.
3434
# Inside the workflow, you define the jobs you want to run.
3535
jobs:
3636
- build-and-test

.travis.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)