ruffle/.travis.yml

16 lines
330 B
YAML
Raw Normal View History

2017-06-24 22:08:46 +00:00
language: rust
rust:
- stable
- beta
- nightly
cache: cargo
matrix:
allow_failures:
- rust: nightly
before_script:
- export PATH="$PATH:$HOME/.cargo/bin"
- which rustfmt || cargo install rustfmt-nightly
2017-06-24 22:08:46 +00:00
script:
- (test $TRAVIS_RUST_VERSION != "nightly" || cargo fmt)
2017-06-24 22:08:46 +00:00
- cargo build
- cargo test