blob: 9e8c2e6dd563188ee269137fc45af51a0e2f0a38 [file] [log] [blame]
#!/bin/bash
# Add clippy for linting with nightly builds
if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then
rustup component add clippy-preview
fi