Skip to content

Commit c4580cb

Browse files
committed
travis: Check whether index-functions-{c,cpp}.xml can be parsed
1 parent 9cfe101 commit c4580cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ before_script:
2222

2323
script:
2424
- "python -m unittest discover"
25+
- "mkdir -p tmp"
26+
- "python index2browser.py index-functions-c.xml tmp/index-functions-c-web.html"
27+
- "python index2browser.py index-functions-cpp.xml tmp/index-functions-cpp-web.html"
2528

2629
notifications:
2730
email: false

0 commit comments

Comments
 (0)