Merge pull request #1498 from matthiasbeyer/update-rustc
Update rustc in travis
This commit is contained in:
commit
a138dd408d
2 changed files with 3 additions and 3 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:
|
||||
|
|
|
@ -197,7 +197,7 @@ fn delete(rt: &Runtime) {
|
|||
}
|
||||
};
|
||||
|
||||
fle
|
||||
let _ = fle
|
||||
.linked_instances()
|
||||
.map_err_trace_exit_unwrap(1)
|
||||
.trace_unwrap_exit(1)
|
||||
|
|
Loading…
Reference in a new issue