mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-16 10:24:12 +03:00
36 lines
577 B
YAML
36 lines
577 B
YAML
matrix:
|
|
include:
|
|
- 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
|
|
|
|
- language: ruby
|
|
rvm:
|
|
- 2.4.1
|
|
|
|
install:
|
|
- gem install jekyll
|
|
|
|
script:
|
|
- jekyll build
|
|
|
|
notifications:
|
|
email:
|
|
on_success: never
|
|
on_failure: change
|