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