mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 22:22:26 +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.
|
# Minimum Rust supported channel.
|
||||||
- os: linux
|
- os: linux
|
||||||
rust: 1.33.0
|
rust: 1.34.0
|
||||||
env: TARGET=x86_64-unknown-linux-gnu
|
env: TARGET=x86_64-unknown-linux-gnu
|
||||||
- os: linux
|
- os: linux
|
||||||
rust: 1.33.0
|
rust: 1.34.0
|
||||||
env: TARGET=i686-unknown-linux-gnu
|
env: TARGET=i686-unknown-linux-gnu
|
||||||
- os: osx
|
- os: osx
|
||||||
rust: 1.33.0
|
rust: 1.34.0
|
||||||
env: TARGET=x86_64-apple-darwin
|
env: TARGET=x86_64-apple-darwin
|
||||||
- os: linux
|
- os: linux
|
||||||
rust: 1.33.0
|
rust: 1.34.0
|
||||||
env:
|
env:
|
||||||
- TARGET=arm-unknown-linux-gnueabihf
|
- TARGET=arm-unknown-linux-gnueabihf
|
||||||
- CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABIHF_LINKER=arm-linux-gnueabihf-gcc-4.8
|
- CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABIHF_LINKER=arm-linux-gnueabihf-gcc-4.8
|
||||||
|
|
Loading…
Reference in a new issue