gecko-dev/third_party/rust/binary-space-partition/.travis.yml
Kartikaya Gupta 4a7a11715c Bug 1359744 - Update webrender to 8516d6c04235e684d9bf9c783ba4fc99dab3bf02. r=jrmuizel
This updates the Cargo.lock files and revendors third_party/rust as well.
2017-05-03 19:03:18 -04:00

11 lines
122 B
YAML

sudo: false
language: rust
cache: cargo
rust:
- nightly
- stable
script:
- cargo build
- cargo doc
- cargo test