Improve Travis CI
This commit is contained in:
committed by
GitHub
parent
3b6f5e3d5e
commit
e5fe8d2591
12
.travis.yml
12
.travis.yml
@@ -1,8 +1,18 @@
|
||||
language: rust
|
||||
|
||||
rust:
|
||||
- 1.32.0
|
||||
|
||||
|
||||
env:
|
||||
global:
|
||||
# See https://stackoverflow.com/a/43339593
|
||||
- RUST_BACKTRACE=1
|
||||
|
||||
before_cache:
|
||||
- rm -rf "$TRAVIS_HOME/.cargo/registry/src"
|
||||
|
||||
cache: cargo
|
||||
|
||||
script:
|
||||
- cargo build --verbose --release --all
|
||||
- cargo test --verbose --release --all
|
||||
|
||||
Reference in New Issue
Block a user