Skip to content

Commit 28c50b1

Browse files
committed
Merge pull request #206 from vim-jp/nvcheck
Add travis.yml
2 parents 95e6a2f + 415cdca commit 28c50b1

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: go
2+
go: 1.5
3+
sudo: false
4+
install: go get github.com/koron/nvcheck
5+
script:
6+
- sh ./tools/nvcheck.sh doc
7+
- sh ./tools/nvcheck.sh vim_faq

dict.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ Unicode:
157157
# 上記が必要以上にマッチするのを回避するため
158158
メンテナンス:
159159

160-
161160
############################################################################
162161
# 日本語の振れ関係
163162

@@ -222,9 +221,8 @@ Unicode:
222221
バイナリ編集:
223222
- 16進編集
224223

225-
# 正答にスペースを含むのは、nvcheck側の制限により一時的に無効化
226-
#pixmap サポート:
227-
# - ピクセルマップサポート
224+
pixmap サポート:
225+
- ピクセルマップサポート
228226

229227
# 漢字 or ひらがな
230228

tools/nvcheck.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
3+
set -e
4+
5+
find $1 -name "*.jax" -print | xargs nvcheck

0 commit comments

Comments
 (0)