Skip to content

Commit 6e45e7b

Browse files
committed
No rust/cargo install in build workers (not needed anymore)
1 parent 59bba8e commit 6e45e7b

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ before_cache:
2727
- rm -rf $HOME/.cache/electron-builder
2828
before_install:
2929
- 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"
3530
# Install dependencies
3631
- travis_wait 30 yarn --frozen-lockfile
3732

appveyor.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ init:
1313
install:
1414
# Install node
1515
- 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
2216
# Install dependencies
2317
- yarn --frozen-lockfile
2418

0 commit comments

Comments
 (0)