simple-icons/.travis.yml

20 lines
259 B
YAML
Raw Normal View History

language: node_js
node_js:
- "6"
script:
- npm run jsonlint
2018-08-01 13:43:58 +03:00
- jekyll build
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