We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 920ab60 commit e100b91Copy full SHA for e100b91
1 file changed
.travis.yml
@@ -1,8 +1,6 @@
1
-sudo: required
2
-language: python
3
-python:
4
- - "2.7"
+language: node_js
+node_js:
+ - "10"
5
before_install:
6
- - pip install hint
7
-script:
8
- - hint .
+ - npm i lint-md
+script: npx lint-md ./
0 commit comments