mirror of
https://github.com/vale981/metalsmith-layouts
synced 2025-03-04 17:21:37 -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
|
||||
node_js:
|
||||
- "node"
|
||||
install:
|
||||
- npm install
|
||||
script:
|
||||
- 'npm run test:eslint'
|
||||
|
|
Loading…
Add table
Reference in a new issue