diff options
| author | Steven Fackler <[email protected]> | 2014-08-03 19:18:56 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2014-08-03 19:18:56 -0700 |
| commit | 0c41d3b12321df65447841b369739e7b4da5f10c (patch) | |
| tree | ece76850761e1c2a84e664b0aad82a20321a6283 | |
| parent | Shift directory structure (diff) | |
| download | rust-openssl-0c41d3b12321df65447841b369739e7b4da5f10c.tar.xz rust-openssl-0c41d3b12321df65447841b369739e7b4da5f10c.zip | |
Fix doc build
| -rw-r--r-- | .travis.yml | 2 |
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 |