mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-16 02:14:12 +03:00
19 lines
242 B
YAML
19 lines
242 B
YAML
language: node_js
|
|
node_js:
|
|
- "6"
|
|
|
|
script:
|
|
- npm run jsonlint
|
|
|
|
notifications:
|
|
email:
|
|
on_success: never
|
|
on_failure: change
|
|
|
|
deploy:
|
|
provider: npm
|
|
email: "johanringmann@gmail.com"
|
|
api_key: "$NPM_KEY"
|
|
on:
|
|
branch: master
|