Skip to content
Snippets Groups Projects
Commit 152f685e authored by Matthew Hall's avatar Matthew Hall
Browse files

Remove cp on doc build. Don't need it

parent 496b5673
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,4 @@ script: ...@@ -7,6 +7,4 @@ script:
- cargo test - cargo test
- cargo doc - cargo doc
after_success: after_success:
- cp -R target/doc doc
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh - curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
- rm -r doc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment