mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-01-17 23:51:08 +03:00
12 lines
135 B
YAML
12 lines
135 B
YAML
language: node_js
|
|
node_js:
|
|
- "6"
|
|
|
|
script:
|
|
- npm run jsonlint
|
|
|
|
notifications:
|
|
email:
|
|
on_success: never
|
|
on_failure: change
|