[TIMOB-23147] Tests run on Travis should include apidoc validation script
| GitHub Issue | n/a |
|---|---|
| Type | Story |
| Priority | None |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Release 5.4.0, Release 5.3.0, Release 5.2.2 |
| Fix Version/s | n/a |
| Components | Tooling |
| Labels | n/a |
| Reporter | Fokke Zandbergen |
| Assignee | Unknown |
| Created | 2016-04-05T11:43:59.000+0000 |
| Updated | 2018-02-28T19:55:52.000+0000 |
Description
We've had a couple of situations lately with broken docs because of errors in the YAML files.
We have an apidoc validation script:
https://github.com/appcelerator/titanium_mobile/blob/master/apidoc/validate.js
This should be added to the tests run by Travis:
https://github.com/appcelerator/titanium_mobile/blob/master/support/ti_mocha_script/test.js
This would make Travis fail on PRs with buggy YAML files and save us headaches.
/cc [~bimmel]
No comments