simple-icons/.travis.yml

19 lines
242 B
YAML
Raw Normal View History

language: node_js
node_js:
- "6"
script:
- npm run jsonlint
notifications:
email:
on_success: never
on_failure: change
2017-09-19 16:09:16 +03:00
deploy:
provider: npm
email: "johanringmann@gmail.com"
api_key: "$NPM_KEY"
on:
branch: master