Remove qadapt-spin from the publish build

deprecation v1.0.2
Bradlee Speice 2019-01-09 00:35:04 -05:00
부모 dc04f0f3a5
커밋 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