We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e4f150 + c4580cb commit f35e77fCopy full SHA for f35e77f
.travis.yml
@@ -22,6 +22,9 @@ before_script:
22
23
script:
24
- "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"
28
29
notifications:
30
email: false
0 commit comments