Not everyone needs to release...

rustfmt
Bradlee Speice 2018-12-15 16:31:12 -05:00
parent b685547ddd
commit a9f09b529e
1 changed files with 1 additions and 1 deletions

View File

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