File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,6 @@ before_cache:
27
27
- rm -rf $HOME/.cache/electron-builder
28
28
before_install :
29
29
- rm -rf node_modules
30
- # Install Rust and Cargo
31
- - curl https://sh.rustup.rs -sSf > /tmp/rustup.sh
32
- - sh /tmp/rustup.sh -y
33
- - export PATH="$HOME/.cargo/bin:$PATH"
34
- - source "$HOME/.cargo/env"
35
30
# Install dependencies
36
31
- travis_wait 30 yarn --frozen-lockfile
37
32
Original file line number Diff line number Diff line change 13
13
install :
14
14
# Install node
15
15
- ps : Install-Product node 10 x64
16
- # Install Rust and Cargo
17
- - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
18
- - rustup-init -yv --default-toolchain stable --default-host x86_64-pc-windows-msvc
19
- - set PATH=%PATH%;%USERPROFILE%\.cargo\bin
20
- - rustc -vV
21
- - cargo -vV
22
16
# Install dependencies
23
17
- yarn --frozen-lockfile
24
18
You can’t perform that action at this time.
0 commit comments