Skip to content

Commit 4115341

Browse files
committed
Disable clippy in ci for now
1 parent 2e2ccf3 commit 4115341

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.travis.yml

+11-11
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)