mirror of
https://github.com/denoland/deno.git
synced 2024-11-29 16:30:56 -05:00
update rust version for ci (#2599)
This commit is contained in:
parent
a5441003fe
commit
83fe397016
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ environment:
|
||||||
DENO_BUILD_PATH: $(APPVEYOR_BUILD_FOLDER)\target\release
|
DENO_BUILD_PATH: $(APPVEYOR_BUILD_FOLDER)\target\release
|
||||||
DENO_THIRD_PARTY_PATH: $(APPVEYOR_BUILD_FOLDER)\third_party
|
DENO_THIRD_PARTY_PATH: $(APPVEYOR_BUILD_FOLDER)\third_party
|
||||||
RELEASE_ARTIFACT: deno_win_x64.zip
|
RELEASE_ARTIFACT: deno_win_x64.zip
|
||||||
RUST_VERSION: 1.34.1
|
RUST_VERSION: 1.35.0
|
||||||
RUST_DIR: $(USERPROFILE)\rust-$(RUST_VERSION)
|
RUST_DIR: $(USERPROFILE)\rust-$(RUST_VERSION)
|
||||||
CARGO_HOME: $(RUST_DIR)\cargo
|
CARGO_HOME: $(RUST_DIR)\cargo
|
||||||
RUSTUP_HOME: $(RUST_DIR)\rustup
|
RUSTUP_HOME: $(RUST_DIR)\rustup
|
||||||
|
|
|
@ -5,7 +5,7 @@ git:
|
||||||
depth: 1
|
depth: 1
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- RUST_VERSION=1.34.1
|
- RUST_VERSION=1.35.0
|
||||||
- CARGO_HOME=$TRAVIS_BUILD_DIR/third_party/rust_crates/
|
- CARGO_HOME=$TRAVIS_BUILD_DIR/third_party/rust_crates/
|
||||||
- RUSTUP_HOME=$HOME/.rustup/
|
- RUSTUP_HOME=$HOME/.rustup/
|
||||||
- RUST_BACKTRACE=full
|
- RUST_BACKTRACE=full
|
||||||
|
|
Loading…
Reference in a new issue