Skip to content

Commit

Permalink
Pass through TRAVIS_COMMIT in cross.
Browse files Browse the repository at this point in the history
  • Loading branch information
Junfeng Li committed Sep 4, 2018
1 parent 25ad9a4 commit e0b254a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@ pre-release-replacements = [
{ file = "install.ps1", search = "version = '.*'", replace = "version = '{{version}}'" }
]
pre-release-hook = ["cargo", "build"]

[build.env]
passthrough = [
"TRAVIS_COMMIT",
]

0 comments on commit e0b254a

Please sign in to comment.