Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Update CIs #585

Merged
merged 1 commit into from Nov 3, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -16,6 +16,7 @@ script:
- cargo install clippy || touch clippy_failed
- if [ ! -f clippy_failed ]; then cargo clippy; fi
- cargo test --features embed-lgpl-docs --jobs 1
- cargo doc --features "dox"
# catch any sneaked in lgpl docs
- cargo build --features purge-lgpl-docs --jobs 1
- git diff -R --exit-code
Expand Down