Navigation Menu

Skip to content

Commit

Permalink
Reenable tests for phf crate for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Aug 9, 2014
1 parent f5a3223 commit 3ab5bd1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion phf/Cargo.toml
Expand Up @@ -8,7 +8,6 @@ version = "0.0.0"

name = "phf"
path = "src/lib.rs"
test = false

[dev_dependencies.phf_mac]

Expand Down

0 comments on commit 3ab5bd1

Please sign in to comment.