mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
28bb18318a
MozReview-Commit-ID: GOxKFvP3Y9x --HG-- extra : rebase_source : 082e3b951fe41427192a308f694453521f8e3c23
15 lines
422 B
YAML
15 lines
422 B
YAML
language: rust
|
|
rust:
|
|
- nightly
|
|
- beta
|
|
- stable
|
|
script: |
|
|
cargo build --verbose &&
|
|
cargo build --all-features --verbose &&
|
|
cargo test --verbose &&
|
|
cargo test --all-features --verbose &&
|
|
([ $TRAVIS_RUST_VERSION != nightly ] || cargo test --verbose --no-default-features) &&
|
|
([ $TRAVIS_RUST_VERSION != nightly ] || cargo bench --verbose bench)
|
|
notifications:
|
|
webhooks: http://build.servo.org:54856/travis
|