Merge pull request #94 from nikomatsakis/build-on-stable

build-on-stable etc
This commit is contained in:
Niko Matsakis 2018-12-13 05:36:46 -05:00 committed by GitHub
commit 5415100358
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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