aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2014-08-03 19:18:56 -0700
committerSteven Fackler <[email protected]>2014-08-03 19:18:56 -0700
commit0c41d3b12321df65447841b369739e7b4da5f10c (patch)
treeece76850761e1c2a84e664b0aad82a20321a6283
parentShift directory structure (diff)
downloadrust-openssl-0c41d3b12321df65447841b369739e7b4da5f10c.tar.xz
rust-openssl-0c41d3b12321df65447841b369739e7b4da5f10c.zip
Fix doc build
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a9e786a3..2bf0249b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,6 @@ before_script:
script:
- cargo build
- cargo test
- - rustdoc lib.rs
+ - rustdoc src/lib.rs
after_script:
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh