mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-01-18 08:01:08 +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"
|
||||
name: "Lint"
|
||||
language: node_js
|
||||
before_install:
|
||||
- sudo apt-get install -y xmlstarlet
|
||||
node_js: 8
|
||||
script:
|
||||
- xmlstarlet validate --well-formed icons/*.svg
|
||||
- npm run jsonlint
|
||||
- npm run svglint
|
||||
- name: "Build website"
|
||||
|
Loading…
Reference in New Issue
Block a user