From a9f09b529e8157252b865daab43deea2b1ddced2 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sat, 15 Dec 2018 16:31:12 -0500 Subject: [PATCH] Not everyone needs to release... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bbac569..44f1903 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 &&