This commit is contained in:
Daniel Grunwald 2015-04-19 06:36:02 +02:00
parent 818acb4d77
commit 73c900edb1

View file

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