Skip to content

Commit 4ea1595

Browse files
committed
chore: move win32 build to travis
1 parent 82eeb5a commit 4ea1595

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
>
1111
> `cat docs/assets/commitlint.json | svg-term --out docs/assets/commitlint.svg --frame --profile=Seti --height=20 --width=80`
1212
13-
[![npm latest][2]][3] [![CircleCI][4]][5] [![AppVeyor][6]][7]
13+
[![npm latest][2]][3] [![CircleCI][4]][5] <!-- [![TravisCI][6]][7] -->
1414

1515

1616
* 🚓 Be a good `commitizen`
@@ -211,8 +211,8 @@ npx yarn run publish
211211
[3]: https://npmjs.org/package/@commitlint/cli
212212
[4]: https://img.shields.io/circleci/project/github/conventional-changelog/commitlint/master.svg?style=flat-square
213213
[5]: https://circleci.com/gh/conventional-changelog/commitlint
214-
[6]: https://img.shields.io/appveyor/ci/conventional-changelog/commitlint/master.svg?style=flat-square
215-
[7]: https://ci.appveyor.com/project/conventional-changelog/commitlint
214+
<!-- [6]: https://img.shields.io/appveyor/ci/conventional-changelog/commitlint/master.svg?style=flat-square
215+
[7]: https://ci.appveyor.com/project/conventional-changelog/commitlint -->
216216

217217
[8]: https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square
218218
[9]: https://nodejs.org/api/documentation.html#documentation_stability_index

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
# commitlint &nbsp; [![slack][11]][12]
1010

11-
[![npm latest][2]][3] [![CircleCI][4]][5] [![AppVeyor][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

@@ -60,8 +60,8 @@ the `commitlint` icon
6060
[3]: https://npmjs.org/package/@commitlint/cli
6161
[4]: https://img.shields.io/circleci/project/github/conventional-changelog/commitlint/master.svg?style=flat-square
6262
[5]: https://circleci.com/gh/conventional-changelog/commitlint
63-
[6]: https://img.shields.io/appveyor/ci/conventional-changelog/commitlint/master.svg?style=flat-square
64-
[7]: https://ci.appveyor.com/project/conventional-changelog/commitlint
63+
<!-- [6]: https://img.shields.io/appveyor/ci/conventional-changelog/commitlint/master.svg?style=flat-square
64+
[7]: https://ci.appveyor.com/project/conventional-changelog/commitlint -->
6565

6666
[8]: https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square
6767
[9]: https://nodejs.org/api/documentation.html#documentation_stability_index

travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
os: windows
2+
language: node_js
3+
cache:
4+
yarn
5+
node_js:
6+
- lts/*
7+
before_script:
8+
- yarn build

0 commit comments

Comments
 (0)