mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-12 16:35:21 +00:00
Merge pull request #94 from nikomatsakis/build-on-stable
build-on-stable etc
This commit is contained in:
commit
5415100358
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue