aboutsummaryrefslogtreecommitdiff
path: root/ci/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/install.sh')
-rwxr-xr-xci/install.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/ci/install.sh b/ci/install.sh
deleted file mode 100755
index 56bb887..0000000
--- a/ci/install.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-set -ex
-
-if [ "$RUSTFMT" = "yes" ]; then
- rustup component add rustfmt-preview
-fi
-
-if [ "$CLIPPY" = "yes" ]; then
- rustup component add clippy-preview
-fi \ No newline at end of file