mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-16 02:14:12 +03:00
289d1883a1
* Added SVGLint * Added SVGLint to CI * Upgraded Node version used by CI * Upgraded SVGLint to latest version * Moved SVGLint configuration file * Upgraded SVGLint 1.0.1 -> 1.0.2 Adds support for globs on Windows * Added SVGLint check for aria-labelledby and title ID
37 lines
603 B
YAML
37 lines
603 B
YAML
matrix:
|
|
include:
|
|
- language: node_js
|
|
node_js:
|
|
- "8"
|
|
|
|
script:
|
|
- npm run jsonlint
|
|
- npm run svglint
|
|
|
|
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
|