Skip to content

Commit

Permalink
No rust/cargo install in build workers (not needed anymore)
Browse files Browse the repository at this point in the history
  • Loading branch information
th-ch committed Apr 12, 2020
1 parent 59bba8e commit 6e45e7b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ before_cache:
- rm -rf $HOME/.cache/electron-builder
before_install:
- rm -rf node_modules
# Install Rust and Cargo
- curl https://sh.rustup.rs -sSf > /tmp/rustup.sh
- sh /tmp/rustup.sh -y
- export PATH="$HOME/.cargo/bin:$PATH"
- source "$HOME/.cargo/env"
# Install dependencies
- travis_wait 30 yarn --frozen-lockfile

Expand Down
6 changes: 0 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ init:
install:
# Install node
- ps: Install-Product node 10 x64
# Install Rust and Cargo
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init -yv --default-toolchain stable --default-host x86_64-pc-windows-msvc
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
- rustc -vV
- cargo -vV
# Install dependencies
- yarn --frozen-lockfile

Expand Down

0 comments on commit 6e45e7b

Please sign in to comment.