travis: Update rustc
because `encoding-rs` seems to need 1.29 as minimum version of the rust compiler. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
d70a97191c
commit
115002971d
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ matrix:
|
|||
- bash ./scripts/branch-contains-no-tmp-commits
|
||||
- bash ./scripts/version-updated
|
||||
- language: rust
|
||||
rust: 1.28.0
|
||||
rust: 1.29.2
|
||||
cache:
|
||||
directories:
|
||||
- /home/travis/.cargo
|
||||
|
@ -26,7 +26,7 @@ matrix:
|
|||
- cargo build --all --all-features -j 1 || exit 1
|
||||
- cargo test --all --all-features -j 1 || exit 1
|
||||
- language: rust
|
||||
rust: 1.29.2
|
||||
rust: 1.30.1
|
||||
cache:
|
||||
directories:
|
||||
- /home/travis/.cargo
|
||||
|
|
Loading…
Reference in a new issue