Expose Codec via an unstable flag (#49)
Exposes `Codec` using an unstable flag. This is useful for testing.
This commit is contained in:
@@ -13,8 +13,11 @@ matrix:
|
||||
- travis-cargo doc-upload
|
||||
|
||||
script:
|
||||
# Run tests
|
||||
- cargo test
|
||||
# Test examples in readme
|
||||
- rustdoc --test README.md -L target/debug/deps
|
||||
# Generate docs
|
||||
- cargo doc --no-deps
|
||||
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user