We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e664e commit ac4cfffCopy full SHA for ac4cfff
.travis.yml
@@ -10,5 +10,5 @@ script:
10
- if [ "$TRAVIS_RUST_VERSION" = "stable" ]; then (cargo fmt --all -- --check) fi
11
- if [ "$TRAVIS_RUST_VERSION" = "stable" ]; then (cargo clippy) fi
12
- cargo test --all
13
- - cargo build --manifest-path=./examples/github/Cargo.toml
+ - cargo build --manifest-path=./graphql_client/examples/github/Cargo.toml
14
- cargo build --manifest-path=./graphql_client_cli/Cargo.toml
0 commit comments