diff --git a/.travis.yml b/.travis.yml index b3bafe2..6faea61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,3 @@ notifications: template: - "%{repository_slug}/%{branch} (%{commit} - %{author}): %{message}" skip_join: true -after_script: - - cp -r target/doc doc - - curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh