Skip to content

Commit

Permalink
WARN: This Commit Should be Reverted
Browse files Browse the repository at this point in the history
Signed-off-by: Xintao <[email protected]>
  • Loading branch information
hunterlxt committed Jun 4, 2020
1 parent 5d5f38c commit 2746a7f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,6 @@ jobs:
- which go && go version
- if [[ $TRAVIS_OS_NAME == "linux" ]] && [[ $TRAVIS_RUST_VERSION == "stable" ]]; then
rustup component add rustfmt && cargo fmt --all -- --check;
scripts/generate-bindings.sh && git diff --exit-code HEAD;
scripts/generate-bindings.sh;
fi
- cargo build --no-default-features
- cargo build --no-default-features --features protobuf-codec
- cargo build --no-default-features --features prost-codec
- cargo build
- cargo test --all
- cargo test --features "openssl" --all
- cargo test --features "openssl-vendored" --all
- cat grpc-sys/bindings/aarch64-unknown-linux-gnu-bindings.rs

0 comments on commit 2746a7f

Please sign in to comment.