mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-25 06:35:07 +02:00
chore: update exclusions for tags
This commit is contained in:
parent
477de1c227
commit
0363620647
17
.travis.yml
17
.travis.yml
@ -11,10 +11,10 @@ os:
|
|||||||
jobs:
|
jobs:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
exclude:
|
exclude:
|
||||||
- rust: beta
|
- if: tag IS present
|
||||||
branch: /^\d+\.\d+(\.\d+)?(-\S*)?$/
|
rust: beta
|
||||||
- rust: 1.40.0
|
- if: tag IS present
|
||||||
branch: /^\d+\.\d+(\.\d+)?(-\S*)?$/
|
rust: 1.40.0
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
@ -41,15 +41,12 @@ script:
|
|||||||
cargo test --verbose --target $TARGET;
|
cargo test --verbose --target $TARGET;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Need to cache the whole `.cargo` directory to keep .crates.toml for cargo-update to work
|
|
||||||
cache:
|
|
||||||
directories:
|
|
||||||
- /home/travis/.cargo
|
|
||||||
|
|
||||||
# But don't cache the cargo registry.
|
|
||||||
before_cache:
|
before_cache:
|
||||||
- rm -rf /home/travis/.cargo/git
|
- rm -rf /home/travis/.cargo/git
|
||||||
- rm -rf /home/travis/.cargo/registry
|
- rm -rf /home/travis/.cargo/registry
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- /home/travis/.cargo
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user