chore(travis): stop testing in non-existant doc directory

This commit is contained in:
Sean McArthur
2017-04-17 10:42:22 -07:00
parent 724d5e8669
commit 736a342ea1

View File

@@ -18,7 +18,6 @@ script:
- ./.travis/readme.py
- cargo build --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'
addons: