Skip to content

Commit f1ee461

Browse files
committed
chore: complete move to CircleCI for speed
1 parent f9bc9ba commit f1ee461

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
# commitlint [![slack][11]][12]
1212

13-
[![npm latest][2]][3] [![Travis branch][4]][5] [![AppVeyor branch][6]][7]
13+
[![npm latest][2]][3] [![CircleCI][4]][5] [![AppVeyor][6]][7]
1414

1515

1616
* 🚓 Be a good `commitizen`
@@ -209,8 +209,8 @@ npx yarn run publish
209209
[1]: https://nodejs.org/api/documentation.html#documentation_stability_index
210210
[2]: https://img.shields.io/npm/v/@commitlint/cli.svg?style=flat-square
211211
[3]: https://npmjs.org/package/@commitlint/cli
212-
[4]: https://img.shields.io/travis/marionebl/commitlint/master.svg?style=flat-square
213-
[5]: https://travis-ci.org/marionebl/commitlint
212+
[4]: https://img.shields.io/circleci/project/github/marionebl/commitlint/master.svg?style=flat-square
213+
[5]: https://circleci.com/gh/marionebl/commitlint
214214
[6]: https://img.shields.io/appveyor/ci/marionebl/commitlint/master.svg?style=flat-square
215215
[7]: https://ci.appveyor.com/project/marionebl/commitlint
216216

Diff for: docs/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
# commitlint   [![slack][11]][12]
1010

11-
[![npm latest][2]][3] [![Travis branch][4]][5] [![AppVeyor branch][6]][7]
11+
[![npm latest][2]][3] [![CircleCI][4]][5] [![AppVeyor][6]][7]
1212

1313
`commitlint` helps your team adhering to a commit convention. By supporting npm-installed configurations it makes sharing of commit conventions easy.
1414

@@ -58,8 +58,8 @@ the `commitlint` icon
5858
[1]: https://nodejs.org/api/documentation.html#documentation_stability_index
5959
[2]: https://img.shields.io/npm/v/@commitlint/cli.svg?style=flat-square
6060
[3]: https://npmjs.org/package/@commitlint/cli
61-
[4]: https://img.shields.io/travis/marionebl/commitlint/master.svg?style=flat-square
62-
[5]: https://travis-ci.org/marionebl/commitlint
61+
[4]: https://img.shields.io/circleci/project/github/marionebl/commitlint/master.svg?style=flat-square
62+
[5]: https://circleci.com/gh/marionebl/commitlint
6363
[6]: https://img.shields.io/appveyor/ci/marionebl/commitlint/master.svg?style=flat-square
6464
[7]: https://ci.appveyor.com/project/marionebl/commitlint
6565

0 commit comments

Comments
 (0)