From 0c41d3b12321df65447841b369739e7b4da5f10c Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 3 Aug 2014 19:18:56 -0700 Subject: [PATCH] Fix doc build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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