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:
Piotrek Żygieło 2018-12-13 18:50:43 +01:00 committed by Johan Fagerberg
parent 13daa745dd
commit eb6fc0b3ce

View File

@ -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"