Skip to content

Commit e100b91

Browse files
committed
change to lint-md
1 parent 920ab60 commit e100b91

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.travis.yml

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
sudo: required
2-
language: python
3-
python:
4-
- "2.7"
1+
language: node_js
2+
node_js:
3+
- "10"
54
before_install:
6-
- pip install hint
7-
script:
8-
- hint .
5+
- npm i lint-md
6+
script: npx lint-md ./

0 commit comments

Comments
 (0)