travis: check cfg files with xmllint.
This commit is contained in:
parent
21a2c4e468
commit
e049a44f63
|
@ -51,6 +51,8 @@ script:
|
||||||
- make reduce -j 4
|
- make reduce -j 4
|
||||||
# check if showtime=top5 works
|
# check if showtime=top5 works
|
||||||
- ./tools/test_showtimetop5.sh
|
- ./tools/test_showtimetop5.sh
|
||||||
|
# check the files in cgf dir with xmllint
|
||||||
|
- xmllint --noout cfg/*
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
|
|
Loading…
Reference in New Issue