forked from driftluo/cita-cli
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #129 from leeyr338/bump-to-20-02
bump to 20.2.0
- Loading branch information
Showing
6 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
language: rust | ||
rust: | ||
- stable | ||
|
||
before_script: | ||
- rustup component add rustfmt-preview | ||
- rustup component add clippy | ||
script: | ||
# For speed up the CI process | ||
# See: https://docs.travis-ci.com/user/build-stages/#Data-persistence-between-stages-and-jobs | ||
- .ci-script/clippy_test.sh | ||
- cargo fmt -- --check && cargo test --all && cargo test --no-default-features --features openssl --all | ||
- cargo fmt -- --check && cargo test --all | ||
- cd cita-cli && cargo test --no-default-features --features openssl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cita-cli" | ||
version = "0.19.7" | ||
version = "20.2.0" | ||
authors = ["piaoliu <[email protected]>", "Qian Linfeng <[email protected]>"] | ||
build = "build.rs" | ||
edition = "2018" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters