We should verify `rustup-init.sh` with https://github.com/koalaman/shellcheck Here's a simple Travis CI setup: ```yaml script: - shellcheck --version - shellcheck rustup-init.sh || travis_terminate 1 ```
We should verify
rustup-init.shwith https://github.com/koalaman/shellcheckHere's a simple Travis CI setup: