Skip to content

Commit 6bf0802

Browse files
authored
Merge pull request #179 from h-michael/travis
Fix clippy travis setting
2 parents 82f9086 + 27a14e9 commit 6bf0802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ before_script:
88
- if [ "$TRAVIS_RUST_VERSION" = "stable" ]; then (rustup component add rustfmt-preview clippy-preview) fi
99
script:
1010
- if [ "$TRAVIS_RUST_VERSION" = "stable" ]; then (cargo fmt --all -- --check) fi
11-
- if [ "$TRAVIS_RUST_VERSION" = "stable" ]; then (cargo clippy) fi
11+
- if [ "$TRAVIS_RUST_VERSION" = "stable" ]; then (cargo clippy -- -D warnings) fi
1212
- cargo test --all
1313
- cargo build --manifest-path=./graphql_client/examples/github/Cargo.toml
1414
- cargo build --manifest-path=./graphql_client_cli/Cargo.toml

0 commit comments

Comments
 (0)