Skip to content

Commit

Permalink
chore(travis): stop testing in non-existant doc directory
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Apr 17, 2017
1 parent 724d5e8 commit 736a342
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 736a342

Please sign in to comment.