We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a90b177 commit 3265fabCopy full SHA for 3265fab
.travis.yml
@@ -10,8 +10,7 @@ matrix:
10
- cargo test
11
after_success:
12
- |-
13
- [ $TRAVIS_BRANCH = master ] &&
14
- [ $TRAVIS_PULL_REQUEST = false ] &&
+ [ "$TRAVIS_TAG" = v$(cargo run -- --version | awk '{print $2}') ] &&
15
cargo publish --token ${CRATESIO_TOKEN}
16
env:
17
global:
0 commit comments