mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-04-14 08:39:33 +03:00
With bad xml travis should fail the build (#1112)
* With bad xml travis should fail the build * Validate SVGs for being well-formed XMLs
This commit is contained in:
parent
13daa745dd
commit
eb6fc0b3ce
@ -3,8 +3,11 @@ jobs:
|
|||||||
- stage: "Test"
|
- stage: "Test"
|
||||||
name: "Lint"
|
name: "Lint"
|
||||||
language: node_js
|
language: node_js
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get install -y xmlstarlet
|
||||||
node_js: 8
|
node_js: 8
|
||||||
script:
|
script:
|
||||||
|
- xmlstarlet validate --well-formed icons/*.svg
|
||||||
- npm run jsonlint
|
- npm run jsonlint
|
||||||
- npm run svglint
|
- npm run svglint
|
||||||
- name: "Build website"
|
- name: "Build website"
|
||||||
|
Loading…
Reference in New Issue
Block a user