Turn off explicit doc tests

This commit is contained in:
Steven Fackler
2014-08-08 19:05:49 -07:00
parent b93408ded8
commit e07acdb7f6

View File

@@ -9,7 +9,6 @@ before_script:
- ./.travis/setup.sh
script:
- cargo test
- rustdoc -L target/test -L target/test/deps --test src/lib.rs
- cargo doc --no-deps
after_script:
- mv target/doc .