Update rustc in travis
This commit is contained in:
parent
c8da09f687
commit
2699e17468
1 changed files with 2 additions and 2 deletions
|
@ -16,14 +16,14 @@ matrix:
|
|||
- bash ./scripts/branch-contains-no-tmp-commits
|
||||
- bash ./scripts/version-updated
|
||||
- language: rust
|
||||
rust: 1.24.0
|
||||
rust: 1.25.0
|
||||
cache:
|
||||
cargo: true
|
||||
script:
|
||||
- cargo build --all --all-features -j 1 || exit 1
|
||||
- cargo test --all --all-features -j 1 || exit 1
|
||||
- language: rust
|
||||
rust: 1.25.0
|
||||
rust: 1.26.0
|
||||
cache:
|
||||
cargo: true
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue