simple-icons/.travis.yml

36 lines
577 B
YAML
Raw Normal View History

matrix:
include:
- language: node_js
node_js:
- "6"
script:
- npm run jsonlint
notifications:
email:
on_success: never
on_failure: change
2017-09-19 13:09:16 +00:00
deploy:
provider: npm
email: "johanringmann@gmail.com"
api_key: "$NPM_KEY"
on:
branch: master
- language: ruby
rvm:
- 2.4.1
install:
- gem install jekyll
script:
- jekyll build
notifications:
email:
on_success: never
on_failure: change