We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7612024 commit 1da04c2Copy full SHA for 1da04c2
.travis.yml
@@ -7,6 +7,8 @@ matrix:
7
include:
8
- os: linux
9
node_js: "latest"
10
+ install:
11
+ - NODE=$(which node) make lint-md-build
12
script:
13
- NODE=$(which node) make lint-ci
14
0 commit comments