1
0
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:
Eric Cornelissen 2017-09-11 21:56:40 +02:00
parent b566627804
commit b194931025
2 changed files with 14 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: node_js
node_js:
- "6"
script:
- npm run jsonlint
notifications:
email:
on_success: never
on_failure: change

View File

@ -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"
} }
} }