Add hooks for rust-ci docs

This commit is contained in:
John Gallagher 2014-11-04 12:50:47 -05:00
parent fd29f09c3e
commit 3a9a3e1903

View File

@ -1,5 +1,13 @@
language: rust
env:
global:
- secure: Dr/AOuXnBuLZqw0ZW+KDKlCyUGUfqMv5AnuPr8mnzxL3CrWInBwoNv8bME3pY10A/u4e16+T6NhdK5AuoYvhTnDUM0srGMhHgTtV8X5yQog1U0BUIMTfQhgGOQ+/2m0yawjtm7KTZQmNCh5+c/S26fZPVcgoMpu9GZR5h7m2ep4=
script:
- cargo build
- cargo test
- cargo doc --no-deps
after_script:
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh