Remove qadapt-spin from the publish build

deprecation v1.0.2
Bradlee Speice 2019-01-09 00:35:04 -05:00
コミット 9605206b26
1個のファイルの変更0行の追加2行の削除

ファイルの表示

@ -55,8 +55,6 @@ after_success: |
if [ -n "$TRAVIS_TAG" ] && [ -n "$CRATESIO" ]; then
cd qadapt-macro &&
cargo publish --token "$CARGO_TOKEN" &&
cd ../qadapt-spin &&
cargo publish --token "$CARGO_TOKEN" &&
cd .. &&
cargo publish --token "$CARGO_TOKEN"
elif [ -n "$CODECOV" ] && [ -z "$TRAVIS_TAG" ]; then