We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af68d8f commit 0e20311Copy full SHA for 0e20311
.travis.yml
@@ -2,7 +2,7 @@ language: rust
2
rust:
3
- stable
4
- beta
5
- # - nightly
+ - nightly
6
cache: cargo
7
before_script:
8
- if [ "$TRAVIS_RUST_VERSION" = "stable" ]; then (rustup component add rustfmt-preview clippy-preview) fi
0 commit comments