File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 # - nightly
66cache : cargo
77before_script :
8- - if [ "$TRAVIS_RUST_VERSION" = "nightly " ]; then (rustup component add rustfmt-preview clippy-preview) fi
8+ - if [ "$TRAVIS_RUST_VERSION" = "stable " ]; then (rustup component add rustfmt-preview clippy-preview) fi
99script :
10- - if [ "$TRAVIS_RUST_VERSION" = "nightly " ]; then (cargo fmt --all -- --check) fi
11- - if [ "$TRAVIS_RUST_VERSION" = "nightly " ]; then (cargo clippy) fi
10+ - if [ "$TRAVIS_RUST_VERSION" = "stable " ]; then (cargo fmt --all -- --check) fi
11+ - if [ "$TRAVIS_RUST_VERSION" = "stable " ]; then (cargo clippy) fi
1212 - cargo test --all
1313 - cargo build --manifest-path=./examples/github/Cargo.toml
1414 - cargo build --manifest-path=./graphql_client_cli/Cargo.toml
You can’t perform that action at this time.
0 commit comments