File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,17 @@ matrix:
2020 allow_failures :
2121 - rust : nightly
2222 include :
23- - rust : nightly-2019-10-03
24- env : CLIPPY=YESPLEASE
25- script :
26- - rustup component add clippy
27- - (cd wundergraph_derive && cargo clippy --no-default-features --features "postgres sqlite")
28- - (cd wundergraph && cargo clippy --no-default-features --features "lint postgres sqlite extras")
29- - (cd wundergraph_example && cargo clippy --no-default-features --features "sqlite")
30- - (cd wundergraph_example && cargo clippy --no-default-features --features "postgres")
31- - (cd wundergraph_bench && cargo clippy --no-default-features --features "postgres" )
32- - (cd wundergraph_bench && cargo clippy --no-default-features --features "sqlite" )
33- - (cd wundergraph_cli && cargo clippy --no-default-features --features "postgres sqlite")
23+ # - rust: nightly-2019-10-03
24+ # env: CLIPPY=YESPLEASE
25+ # script:
26+ # - rustup component add clippy
27+ # - (cd wundergraph_derive && cargo clippy --no-default-features --features "postgres sqlite")
28+ # - (cd wundergraph && cargo clippy --no-default-features --features "postgres sqlite extras")
29+ # - (cd wundergraph_example && cargo clippy --no-default-features --features "sqlite")
30+ # - (cd wundergraph_example && cargo clippy --no-default-features --features "postgres")
31+ # - (cd wundergraph_bench && cargo clippy --no-default-features --features "postgres" )
32+ # - (cd wundergraph_bench && cargo clippy --no-default-features --features "sqlite" )
33+ # - (cd wundergraph_cli && cargo clippy --no-default-features --features "postgres sqlite")
3434 - rust : nightly-2019-10-03
3535 env : RUSTFMT=YESPLEASE
3636 script :
You can’t perform that action at this time.
0 commit comments