Skip to content

Commit d080050

Browse files
committed
chore(travis): enable Travis CI
1 parent 0dc033d commit d080050

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sudo: fakse
2+
language: node_js
3+
node_js: stable

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# textlint-rule-no-doubled-joshi
1+
# textlint-rule-no-doubled-joshi [![Build Status](https://travis-ci.org/azu/textlint-rule-no-doubled-joshi.svg?branch=master)](https://travis-ci.org/azu/textlint-rule-no-doubled-joshi)
22

33
文中に同じ助詞が複数出てくるのをチェックする[textlint](https://github.com/textlint/textlint "textlint")ルールです。
44

55
例)
66

77
> 材料不足で代替素材で製品を作った。
88
9-
**** という助詞が一文で複数でてきている
9+
**** という助詞が一文で複数回でてきている
1010

1111

1212
## Installation
1313

14-
- [ ] Describe the installation process
14+
npm install textlint-rule-no-doubled-joshi
1515

1616
## Usage
1717

@@ -44,7 +44,7 @@
4444

4545
## Tests
4646

47-
- [ ] Write How to Tests
47+
npm test
4848

4949
## Contributing
5050

0 commit comments

Comments
 (0)