From 34172a7621f9fa80b168c448dd7220f03a7a5605 Mon Sep 17 00:00:00 2001 From: liam beckman Date: Wed, 3 Jun 2020 11:47:06 -0700 Subject: [PATCH] Update travis script. --- ci/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install.sh b/ci/install.sh index ac76776..ec485e5 100644 --- a/ci/install.sh +++ b/ci/install.sh @@ -11,5 +11,5 @@ fi rustup self update . $HOME/.cargo/env -cargo build --release +cargo build --release --target $TARGET