From 3ab5bd117af17cc8d91816b5911a65376f2a8f7f Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Fri, 8 Aug 2014 19:08:43 -0700 Subject: [PATCH] Reenable tests for phf crate for docs --- .travis.yml | 1 - phf/Cargo.toml | 1 - 2 files changed, 2 deletions(-) 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]