Currently, the Travis CI builds don't run documentation tests. This is because Cargo runs documentation tests only if the command line specifies no test filter. However, we use the test filter --lib to avoid running any integration tests, which would fail because the Travis CI build agent doesn't have a CouchDB server installed.
Therefore, resolving this issue will require better support for running documentation tests using Cargo.
Currently, the Travis CI builds don't run documentation tests. This is because Cargo runs documentation tests only if the command line specifies no test filter. However, we use the test filter
--libto avoid running any integration tests, which would fail because the Travis CI build agent doesn't have a CouchDB server installed.Therefore, resolving this issue will require better support for running documentation tests using Cargo.