No rust/cargo install in build workers (not needed anymore)

This commit is contained in:
TC
2020-04-12 13:25:23 +02:00
parent 59bba8e590
commit 6e45e7b2cb
2 changed files with 0 additions and 11 deletions

View File

@ -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