mirror of
https://github.com/RustAudio/rodio
synced 2025-01-22 08:14:59 +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 &&
|
git clone https://github.com/davisp/ghp-import &&
|
||||||
./ghp-import/ghp-import target/doc &&
|
./ghp-import/ghp-import target/doc &&
|
||||||
git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
|
git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
|
||||||
# - |
|
- |
|
||||||
# [ $TRAVIS_BRANCH = master ] &&
|
[ $TRAVIS_BRANCH = master ] &&
|
||||||
# [ $TRAVIS_PULL_REQUEST = false ] &&
|
[ $TRAVIS_PULL_REQUEST = false ] &&
|
||||||
# cargo publish --no-verify --token ${CRATESIO_TOKEN}
|
cargo publish --no-verify --token ${CRATESIO_TOKEN}
|
||||||
|
|
Loading…
Reference in a new issue