Another attempt to fix docs

This commit is contained in:
Daniel Grunwald 2015-04-19 06:38:56 +02:00
parent 73c900edb1
commit 84386d826d
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/target
/Cargo.lock
/doc

View File

@ -7,6 +7,6 @@ script:
- cargo test --verbose
- cargo doc --verbose
after_script:
- ln -s target/doc doc
- mv target/doc doc
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh