anymap/.travis.yml

12 lines
406 B
YAML
Raw Normal View History

language: rust
2014-06-12 17:29:24 +10:00
env:
global:
- secure: nR+DJRUQ9v03nNZMpMu1tGKLKBAqdQsTIAr8ffdl+DUEh3b2jvQ+vLLNFLPjsloqhoOXo7cWO7qVpiE4ZOq2lNDURQjdiZGFjh/Y5+xKy2BqFdV7qQ1JoBzsMyx28tQTYz0mtBsACiCYKKb+ddNX5hpwrsjp8cS7htZktA5kbiU=
2014-06-12 17:29:24 +10:00
script:
- cargo build --verbose
- cargo test --verbose
- cargo doc --verbose
2014-06-12 17:29:24 +10:00
after_script:
- ln -s target/doc doc
2014-06-12 17:29:24 +10:00
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh