1
0
mirror of https://github.com/bspeice/qadapt synced 2024-12-22 12:38:08 -05:00

Not everyone needs to release...

This commit is contained in:
Bradlee Speice 2018-12-15 16:31:12 -05:00
parent b685547ddd
commit a9f09b529e

View File

@ -54,7 +54,7 @@ script:
after_script: set +e after_script: set +e
after_success: | after_success: |
if [ -n "$TRAVIS_TAG" ]; then if [ -n "$TRAVIS_TAG" ] && [ -n "$CRATESIO" ]; then
cd qadapt-macro && cd qadapt-macro &&
cargo publish --token "$CARGO_TOKEN" && cargo publish --token "$CARGO_TOKEN" &&
cd ../qadapt-spin && cd ../qadapt-spin &&