diff --git a/.travis.yml b/.travis.yml index 1aaa566..f1bedad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,5 @@ script: - cargo doc --no-deps after_script: + - mv target/doc . - curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh