aboutsummaryrefslogtreecommitdiff
path: root/ci/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/install.sh')
-rw-r--r--ci/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/install.sh b/ci/install.sh
index 4c39fd3..561e9c2 100644
--- a/ci/install.sh
+++ b/ci/install.sh
@@ -1,7 +1,7 @@
set -ex
main() {
- return
+ cargo install xargo || true
}
# NOTE(TRAVIS_BRANCH) Travis is configured to only build *pushes* (not PRs)