mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-23 21:55:11 +02:00
[skip travis] Some travis tweaking
This commit is contained in:
parent
cfca180a11
commit
81cce5b0ed
@ -11,6 +11,7 @@ jobs:
|
|||||||
allow_failures:
|
allow_failures:
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
- env: TARGET=x86_64-pc-windows-gnu # Seems to cause problems. TODO: Add test for it, but keep allow fail.
|
- env: TARGET=x86_64-pc-windows-gnu # Seems to cause problems. TODO: Add test for it, but keep allow fail.
|
||||||
|
fast_finish: true
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- export RUST_BACKTRACE=1
|
- export RUST_BACKTRACE=1
|
||||||
@ -24,7 +25,7 @@ before_install:
|
|||||||
fi
|
fi
|
||||||
before_script: rustup target add $TARGET
|
before_script: rustup target add $TARGET
|
||||||
script:
|
script:
|
||||||
- cargo build --release --target $TARGET
|
- cargo build --verbose --target $TARGET
|
||||||
- cargo test --verbose --target $TARGET
|
- cargo test --verbose --target $TARGET
|
||||||
|
|
||||||
# Need to cache the whole `.cargo` directory to keep .crates.toml for cargo-update to work
|
# Need to cache the whole `.cargo` directory to keep .crates.toml for cargo-update to work
|
||||||
|
Loading…
x
Reference in New Issue
Block a user