1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-11-16 00:59:07 +02:00
simple-icons/.travis.yml
2017-09-19 15:09:16 +02:00

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