diff --git a/.travis.yml b/.travis.yml index 20b3c82d..21b86654 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ install: - curl http://www.rust-lang.org/rustup.sh | sudo sh - script: - (cd phf && cargo test) - - (cd phf && rustdoc -L target/test -L target/test/deps --test src/lib.rs) - rustdoc -L phf/target/test -L phf/target/test/deps phf/src/lib.rs - rustdoc phf_mac/src/lib.rs after_script: diff --git a/phf/Cargo.toml b/phf/Cargo.toml index 23863744..f939f431 100644 --- a/phf/Cargo.toml +++ b/phf/Cargo.toml @@ -8,7 +8,6 @@ version = "0.0.0" name = "phf" path = "src/lib.rs" -test = false [dev_dependencies.phf_mac]