diff --git a/.ci/prep_deploy.sh b/.ci/prep_deploy.sh index 6b4e1af..3a43c58 100755 --- a/.ci/prep_deploy.sh +++ b/.ci/prep_deploy.sh @@ -18,7 +18,7 @@ travis_fold start "cargo.build" FEATS="--features=progress" fi - cargo build --release --target "$TARGET" "${FEATS}" --manifest-path=cli/Cargo.toml + cargo build --release --target "$TARGET" ${FEATS} --manifest-path=cli/Cargo.toml travis_time_finish travis_fold end "cargo.build"