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 ae78a1a commit 0968100Copy full SHA for 0968100
.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" = "nightly" ]; then (rustup component add rustfmt-preview clippy-preview) fi
0 commit comments