simple-icons/.travis.yml
Johan Fagerberg 289d1883a1 Add SVGLint (#922)
* 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
2018-08-16 11:33:32 +02:00

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