build: Ensure there is a release build artifact for travis to upload

After some of the build changes there was no longer a release artifact
left to be used for the release builds.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2019-10-29 14:45:49 +00:00
parent 75bf240b83
commit 05eb567a7c

View File

@ -21,6 +21,7 @@ script:
- cargo clippy --all-targets --all-features -- -D warnings
- find . -name "*.rs" | xargs rustfmt --check
- cargo audit
- cargo build --release
deploy:
provider: releases