mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-12-26 01:13:41 +02:00
Add NPM script Travis configuration for jsonlint
This commit is contained in:
parent
b566627804
commit
b194931025
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- "6"
|
||||||
|
|
||||||
|
script:
|
||||||
|
- npm run jsonlint
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email:
|
||||||
|
on_success: never
|
||||||
|
on_failure: change
|
@ -13,5 +13,8 @@
|
|||||||
"license": "CCO",
|
"license": "CCO",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"jsonlint": "^1.6.2"
|
"jsonlint": "^1.6.2"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"jsonlint": "jsonlint _data/simple-icons.json -q"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user