build-on-stable etc

This commit is contained in:
Niko Matsakis 2018-12-13 05:32:16 -05:00
parent 174e0edece
commit 2ec060e097

View file

@ -1,6 +1,11 @@
language: rust
rust:
- nightly
- beta
- stable
matrix:
allow_failures:
- rust: nightly
script:
- RUST_BACKTRACE=1 CARGO_INCREMENTAL=0 cargo test --all
- RUST_BACKTRACE=1 CARGO_INCREMENTAL=0 cargo test --tests --all