diff --git a/.travis.yml b/.travis.yml index 9e78476f..3f426fc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ env: script: - cargo build - cargo test - - cargo doc + - cargo doc --no-deps after_script: - cd target && curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh