From 3973fdbb6118fcdbdd592dc4c5c36cb5658b2e3b Mon Sep 17 00:00:00 2001 From: Benjamin Levy Date: Sat, 12 Jan 2019 01:29:37 -0500 Subject: [PATCH] Fix travis build (hopefully) --- ci/before_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index f66d575..37f3f36 100644 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -17,7 +17,7 @@ main() { test -f Cargo.lock || cargo generate-lockfile - cargo build --release + cross rustc --bin $CRATE_NAME --target $TARGET --release -- -C lto cp target/$TARGET/release/sandvox $stage/