chore(travis): stop testing in non-existant doc directory
This commit is contained in:
@@ -18,7 +18,6 @@ script:
|
|||||||
- ./.travis/readme.py
|
- ./.travis/readme.py
|
||||||
- cargo build --verbose $FEATURES
|
- cargo build --verbose $FEATURES
|
||||||
- cargo test --verbose $FEATURES
|
- cargo test --verbose $FEATURES
|
||||||
- 'for f in ./doc/**/*.md; do echo "Running rustdoc on $f"; rustdoc -L ./target/debug -L ./target/debug/deps --test $f; done'
|
|
||||||
- 'if [ $TRAVIS_RUST_VERSION = nightly ]; then for f in ./benches/*.rs; do cargo test --bench $(basename $f .rs) $FEATURES; done; fi'
|
- 'if [ $TRAVIS_RUST_VERSION = nightly ]; then for f in ./benches/*.rs; do cargo test --bench $(basename $f .rs) $FEATURES; done; fi'
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
|
|||||||
Reference in New Issue
Block a user