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.
2 parents 82f9086 + 27a14e9 commit 6bf0802Copy full SHA for 6bf0802
.travis.yml
@@ -8,7 +8,7 @@ before_script:
8
- if [ "$TRAVIS_RUST_VERSION" = "stable" ]; then (rustup component add rustfmt-preview clippy-preview) fi
9
script:
10
- if [ "$TRAVIS_RUST_VERSION" = "stable" ]; then (cargo fmt --all -- --check) fi
11
- - if [ "$TRAVIS_RUST_VERSION" = "stable" ]; then (cargo clippy) fi
+ - if [ "$TRAVIS_RUST_VERSION" = "stable" ]; then (cargo clippy -- -D warnings) fi
12
- cargo test --all
13
- cargo build --manifest-path=./graphql_client/examples/github/Cargo.toml
14
- cargo build --manifest-path=./graphql_client_cli/Cargo.toml
0 commit comments