From 2e6d03c41f1b7cbe4acd62ea060f8f614469bba2 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 16 Jul 2021 21:13:39 +0000 Subject: [PATCH] Use rustup default profile (#18727) (#18730) (cherry picked from commit 2ec81f627d478186461cd0a7985170edd6d7b6a1) Co-authored-by: Tyera Eulberg --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 102ee4080b..0650dc7c96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,7 @@ jobs: - readlink -f . script: - source ci/env.sh + - rustup set profile default - ci/publish-tarball.sh deploy: - provider: s3