mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-27 07:34:27 +02:00
Travis tuning
This commit is contained in:
parent
e369d16efd
commit
1da2a13856
11
.travis.yml
11
.travis.yml
@ -29,15 +29,22 @@ matrix:
|
|||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- name: Windows
|
- name: Windows
|
||||||
env: RUST_BACKTRACE=1,TARGET=x86_64-pc-windows-msvc
|
language: rust
|
||||||
|
env:
|
||||||
|
- RUST_BACKTRACE=1
|
||||||
|
- TARGET=x86_64-pc-windows-msvc
|
||||||
os: windows
|
os: windows
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
before_script: rustup target add $TARGET
|
before_script: rustup target add $TARGET
|
||||||
script: -cargo build --release --target $TARGET
|
script:
|
||||||
|
- cargo build --release --target $TARGET
|
||||||
- cargo test --verbose
|
- cargo test --verbose
|
||||||
|
jobs:
|
||||||
|
allow_failures:
|
||||||
|
- rust: nightly
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user