mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-12-26 14:00:52 +00:00
add travis.yml support
This commit is contained in:
parent
1fef80d659
commit
8770fd796c
1 changed files with 7 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
language: rust
|
||||
rust:
|
||||
- nightly
|
||||
script:
|
||||
- RUST_BACKTRACE=1 CARGO_INCREMENTAL=0 cargo test --all
|
||||
- RUST_BACKTRACE=1 CARGO_INCREMENTAL=0 cargo test --tests --all
|
||||
- RUST_BACKTRACE=1 CARGO_INCREMENTAL=0 cargo test --examples --all
|
Loading…
Reference in a new issue