Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Add -y to rustup script
Browse files Browse the repository at this point in the history
  • Loading branch information
pepyakin committed Jun 24, 2018
1 parent 137b40c commit 97fa2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install:
- sudo apt-get -y update
- sudo apt-get install -y clang cmake pkg-config libssl-dev
# Install rustup and stable rust toolchain.
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=stable
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=stable -y
# Load cargo environment. Specifically, put cargo into PATH.
- source ~/.cargo/env
script:
Expand Down

0 comments on commit 97fa2be

Please sign in to comment.