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 5
5
# - nightly
6
6
cache : cargo
7
7
before_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
9
9
script :
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
12
12
- cargo test --all
13
13
- cargo build --manifest-path=./examples/github/Cargo.toml
14
14
- cargo build --manifest-path=./graphql_client_cli/Cargo.toml
You can’t perform that action at this time.
0 commit comments