12 lines
219 B
YAML
12 lines
219 B
YAML
language: rust
|
|
rust:
|
|
- nightly
|
|
- beta
|
|
- stable
|
|
script:
|
|
- cargo build
|
|
- "if [ $TRAVIS_RUST_VERSION = nightly ]; then cargo test; fi"
|
|
- cargo doc
|
|
notifications:
|
|
webhooks: http://build.servo.org:54856/travis
|