diff --git a/.travis.yml b/.travis.yml index 863f1da..75acb46 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ deploy: - provider: cargo on: repo: bruceadams/yj - condition: "$TRAVIS_OS_NAME" == "linux" + condition: $TRAVIS_OS_NAME == linux rust: stable tags: true token: diff --git a/Cargo.lock b/Cargo.lock index bd28dd9..845ffc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -329,7 +329,7 @@ dependencies = [ [[package]] name = "yj" -version = "0.7.6" +version = "0.7.7" dependencies = [ "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index f3c9676..c9f71b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yj" -version = "0.7.6" +version = "0.7.7" authors = ["Bruce Adams "] edition = "2018"