Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis CI builds don't run documentation tests #36

Open
cmbrandenburg opened this issue Jan 16, 2016 · 2 comments
Open

Travis CI builds don't run documentation tests #36

cmbrandenburg opened this issue Jan 16, 2016 · 2 comments

Comments

@cmbrandenburg
Copy link
Member

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.

@jgillich
Copy link
Contributor

You should be able to get a CouchDB by setting services: couchdb. See https://docs.travis-ci.com/user/database-setup/#CouchDB

@cmbrandenburg
Copy link
Member Author

@jgillich, this is good to know, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants