mirror of
https://github.com/RustAudio/rodio
synced 2024-12-13 13:42:34 +00:00
Publish on crates.io
This commit is contained in:
parent
97dccb3f47
commit
803c9ac192
1 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@ after_success:
|
|||
git clone https://github.com/davisp/ghp-import &&
|
||||
./ghp-import/ghp-import target/doc &&
|
||||
git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
|
||||
# - |
|
||||
# [ $TRAVIS_BRANCH = master ] &&
|
||||
# [ $TRAVIS_PULL_REQUEST = false ] &&
|
||||
# cargo publish --no-verify --token ${CRATESIO_TOKEN}
|
||||
- |
|
||||
[ $TRAVIS_BRANCH = master ] &&
|
||||
[ $TRAVIS_PULL_REQUEST = false ] &&
|
||||
cargo publish --no-verify --token ${CRATESIO_TOKEN}
|
||||
|
|
Loading…
Reference in a new issue