From 736a342ea155c618132651e5115dffbf4ce3e3c7 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 17 Apr 2017 10:42:22 -0700 Subject: [PATCH] chore(travis): stop testing in non-existant doc directory --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bc076edb..2ba66bed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: