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.
1 parent 2c3c83a commit 243c941Copy full SHA for 243c941
.travis.yml
@@ -5,10 +5,14 @@ rust:
5
- nightly
6
cache: cargo
7
before_script:
8
+ - sudo apt-get update
9
+ - sudo apt-get install -y nodejs
10
+ - npm i -g prettier
11
- if [ "$TRAVIS_RUST_VERSION" = "stable" ]; then (rustup component add rustfmt-preview clippy-preview) fi
12
script:
13
- if [ "$TRAVIS_RUST_VERSION" = "stable" ]; then (cargo fmt --all -- --check) fi
14
- if [ "$TRAVIS_RUST_VERSION" = "stable" ]; then (cargo clippy) fi
15
+ - prettier --debug-check -l './**/*.json'
16
- cargo test --all
17
- cargo build --manifest-path=./graphql_client/examples/github/Cargo.toml
18
- cargo build --manifest-path=./graphql_client_cli/Cargo.toml
0 commit comments