simple-icons/.travis.yml

12 lines
135 B
YAML
Raw Normal View History

language: node_js
node_js:
- "6"
script:
- npm run jsonlint
notifications:
email:
on_success: never
on_failure: change