Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe5260d

Browse files
committed
Replaced Travis-CI: JavaMoney/javamoney-parent#7
1 parent 748b703 commit fe5260d

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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+
api: # 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 & 11 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ JSR 354: Money and Currency API
22
===============================
33

44
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/javax.money/money-api/badge.svg)](https://maven-badges.herokuapp.com/maven-central/javax.money/money-api)
5-
[![Build Status](https://app.travis-ci.com/JavaMoney/jsr354-api.svg?branch=master)](https://app.travis-ci.com/JavaMoney/jsr354-api)
5+
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/JavaMoney/jsr354-api/tree/master.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/JavaMoney/jsr354-api/tree/master)
66
[![Coverage Status](https://coveralls.io/repos/JavaMoney/jsr354-api/badge.svg?branch=master)](https://coveralls.io/r/JavaMoney/jsr354-api?branch=master)
77
[![Stability: Maintenance](https://masterminds.github.io/stability/maintenance.svg)](https://masterminds.github.io/stability/maintenance.html)
88
[![Join the chat at https://gitter.im/JavaMoney/jsr354-api](https://badges.gitter.im/JavaMoney/jsr354-api.svg)](https://gitter.im/JavaMoney/jsr354-api?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

0 commit comments

Comments
 (0)