File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,17 @@ matrix:
20
20
allow_failures :
21
21
- rust : nightly
22
22
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")
34
34
- rust : nightly-2019-10-03
35
35
env : RUSTFMT=YESPLEASE
36
36
script :
You can’t perform that action at this time.
0 commit comments