mirror of
https://github.com/vale981/metalsmith-layouts
synced 2025-03-05 09:31:39 -05:00
add linting through travis-ci fix #88
This commit is contained in:
parent
87967c2e4b
commit
b890eb9399
1 changed files with 4 additions and 0 deletions
|
@ -2,3 +2,7 @@ sudo: false
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "node"
|
- "node"
|
||||||
|
install:
|
||||||
|
- npm install
|
||||||
|
script:
|
||||||
|
- 'npm run test:eslint'
|
||||||
|
|
Loading…
Add table
Reference in a new issue