Skip to content

Commit

Permalink
fix(circle.yml): noninteractive rustup installation
Browse files Browse the repository at this point in the history
  • Loading branch information
hauleth committed Sep 4, 2016
1 parent d63b8fd commit 2a5d502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
machine:
pre:
- curl https://sh.rustup.rs -sSf | sh
- curl https://sh.rustup.rs -sSf | sh -s -- -y

test:
override:
Expand Down

0 comments on commit 2a5d502

Please sign in to comment.