Merge pull request #1498 from matthiasbeyer/update-rustc

Update rustc in travis
This commit is contained in:
Matthias Beyer 2018-07-02 22:01:50 +02:00 committed by GitHub
commit a138dd408d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -16,14 +16,14 @@ matrix:
- bash ./scripts/branch-contains-no-tmp-commits - bash ./scripts/branch-contains-no-tmp-commits
- bash ./scripts/version-updated - bash ./scripts/version-updated
- language: rust - language: rust
rust: 1.24.0 rust: 1.25.0
cache: cache:
cargo: true cargo: true
script: script:
- cargo build --all --all-features -j 1 || exit 1 - cargo build --all --all-features -j 1 || exit 1
- cargo test --all --all-features -j 1 || exit 1 - cargo test --all --all-features -j 1 || exit 1
- language: rust - language: rust
rust: 1.25.0 rust: 1.26.0
cache: cache:
cargo: true cargo: true
script: script:

View file

@ -197,7 +197,7 @@ fn delete(rt: &Runtime) {
} }
}; };
fle let _ = fle
.linked_instances() .linked_instances()
.map_err_trace_exit_unwrap(1) .map_err_trace_exit_unwrap(1)
.trace_unwrap_exit(1) .trace_unwrap_exit(1)