mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-13 21:52:37 +00:00
bump up travis rust version to 1.34
This commit is contained in:
parent
88e4133e16
commit
173a556f06
1 changed files with 4 additions and 4 deletions
|
@ -41,16 +41,16 @@ matrix:
|
|||
|
||||
# Minimum Rust supported channel.
|
||||
- os: linux
|
||||
rust: 1.33.0
|
||||
rust: 1.34.0
|
||||
env: TARGET=x86_64-unknown-linux-gnu
|
||||
- os: linux
|
||||
rust: 1.33.0
|
||||
rust: 1.34.0
|
||||
env: TARGET=i686-unknown-linux-gnu
|
||||
- os: osx
|
||||
rust: 1.33.0
|
||||
rust: 1.34.0
|
||||
env: TARGET=x86_64-apple-darwin
|
||||
- os: linux
|
||||
rust: 1.33.0
|
||||
rust: 1.34.0
|
||||
env:
|
||||
- TARGET=arm-unknown-linux-gnueabihf
|
||||
- CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABIHF_LINKER=arm-linux-gnueabihf-gcc-4.8
|
||||
|
|
Loading…
Reference in a new issue