From 05eb567a7ceb25c3926e82dc3c926c119a4361ce Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Tue, 29 Oct 2019 14:45:49 +0000 Subject: [PATCH] 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 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9451eda35..033719d56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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