File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- language : rust
1+ language : rust, node_js
22rust :
33 - stable
44 - beta
55 - nightly
6+ node_js :
7+ - " lts/*"
8+ - " 8"
69cache : cargo
710before_script :
8- - sudo apt-get update
9- - sudo apt-get install -y nodejs
1011 - npm i -g prettier
1112 - if [ "$TRAVIS_RUST_VERSION" = "stable" ]; then (rustup component add rustfmt-preview clippy-preview) fi
1213script :
1314 - if [ "$TRAVIS_RUST_VERSION" = "stable" ]; then (cargo fmt --all -- --check) fi
1415 - if [ "$TRAVIS_RUST_VERSION" = "stable" ]; then (cargo clippy) fi
15- - prettier --debug-check -l './**/*.json'
16+ - prettier --debug-check -l './**/*.json' './**/*.graphql'
1617 - cargo test --all
1718 - cargo build --manifest-path=./graphql_client/examples/github/Cargo.toml
1819 - cargo build --manifest-path=./graphql_client_cli/Cargo.toml
You can’t perform that action at this time.
0 commit comments