Build documentation

This commit is contained in:
Daniel Grunwald 2015-04-19 06:32:59 +02:00
parent 81a8cbb64f
commit 818acb4d77
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@ language: rust
env:
global:
- secure: g4kCg8twONwKPquuJmYrvGjo2n0lNtWTbyzFOITNn8FgCxNK2j38Qc9/UhErTR3g3rDjVzsTHZ8FTH7TJZrOK1Nzz90tJG6JHqUv77ufkcBlxgwwjilOz84uQhkDTMpLitMEeQDLEynKeWbxrjtc5LIpjEkxOPk5eiqwzKRN14c=
script:
- cargo build --verbose
- cargo test --verbose
- cargo doc
after_script:
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh